#d4b709

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

Shades of Bird Flower #D4B709

Tints of Bird Flower #D4B709

Color information

#D4B709 (or 0xD4B709) is unknown color: approx Bird Flower. HEX triplet: D4, B7 and 09. RGB value is (212,183,9). Sum of RGB (Red+Green+Blue) = 212+183+9=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4B709 is #2B48F6. Grayscale: #ACACAC. Windows color (decimal): -2836727 or 636884. OLE color: 636884.

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

Color convert

RGB2121839-
CMYK00.140.960.17
HSL51.43º91.86%43.33%-
HSV(B)51.43º95.75%83.14%-
XYZ44.1347.887.17-
YUV171.8436.11156.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.48%
GREEN value IS 183 (71.88% from 255) = 45.30%
BLUE value IS 9 (3.91% from 255) = 2.23%
R=52.48%
G=45.30%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212183900.140.960.1751.4391.8643.33
HexD4B790E6011335c2b
Octal32426711016140216313453
Binary11010100101101111001011101100000100011100111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4b709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4b709; }

 p { color: rgb(212,183,9); }

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

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

 a { background-color: rgb(212,183,9); }

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

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

 span { border-color: rgb(212,183,9); }

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