#d3b614

Color #D3B614 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #D3B614

Tints of Bird Flower #D3B614

Color information

#D3B614 (or 0xD3B614) is unknown color: approx Bird Flower. HEX triplet: D3, B6 and 14. RGB value is (211,182,20). Sum of RGB (Red+Green+Blue) = 211+182+20=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B614 is #2C49EB. Grayscale: #ACACAC. Windows color (decimal): -2902508 or 1357523. OLE color: 1357523.

HSL color Cylindrical-coordinate representation of color #D3B614: hue angle of 50.89º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3B614 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB21118220-
CMYK00.140.910.17
HSL50.89º82.68%45.29%-
HSV(B)50.89º90.52%82.75%-
XYZ43.7247.367.5-
YUV172.242.11155.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 51.09%
GREEN value IS 182 (71.48% from 255) = 44.07%
BLUE value IS 20 (8.20% from 255) = 4.84%
R=51.09%
G=44.07%
B=4.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111822000.140.910.1750.8982.6845.29
HexD3B6140E5B1133532d
Octal32326624016133216312355
Binary110100111011011010100011101011011100011100111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3b614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3b614; }

 p { color: rgb(211,182,20); }

 H1.HeaderClassName
 {
   color: #d3b614;
 }
 .AnyTagClassName
 {
   color: #d3b614;
 }
</style>
background-color css

<style>
 a { background-color: #d3b614; }

 a { background-color: rgb(211,182,20); }

 div.DivClassName
 {
   background-color: #d3b614;
 }
 .BgClassName
 {
   background-color: #d3b614;
 }
</style>
border-color css

<style>
 span { border-color: #d3b614; }

 span { border-color: rgb(211,182,20); }

 td.TdClassName
 {
   border-color: #d3b614;
 }
 .TagClassName
 {
   border-color: #d3b614;
 }
</style>