#D6C709

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

Shades of Bird Flower #D6C709

Tints of Bird Flower #D6C709

Color information

#D6C709 (or 0xD6C709) is unknown color: approx Bird Flower. HEX triplet: D6, C7 and 09. RGB value is (214,199,9). Sum of RGB (Red+Green+Blue) = 214+199+9=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 9 (3.91% from 255 or 2.13% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C709 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C709 is #2938F6. Grayscale: #B6B6B6. Windows color (decimal): -2701559 or 640982. OLE color: 640982.

HSL color Cylindrical-coordinate representation of color #D6C709: hue angle of 55.61º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6C709 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB2141999-
CMYK00.070.960.16
HSL55.61º91.93%43.73%-
HSV(B)55.61º95.79%83.92%-
XYZ48.255.168.37-
YUV181.8230.47150.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.71%
GREEN value IS 199 (78.12% from 255) = 47.16%
BLUE value IS 9 (3.91% from 255) = 2.13%
R=50.71%
G=47.16%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214199900.070.960.1655.6191.9343.73
HexD6C79076010385c2c
Octal3263071107140207013454
Binary1101011011000111100101111100000100001110001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C709; }

 p { color: rgb(214,199,9); }

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

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

 a { background-color: rgb(214,199,9); }

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

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

 span { border-color: rgb(214,199,9); }

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