#d0c409

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

Shades of Bird Flower #D0C409

Tints of Bird Flower #D0C409

Color information

#D0C409 (or 0xD0C409) is unknown color: approx Bird Flower. HEX triplet: D0, C4 and 09. RGB value is (208,196,9). Sum of RGB (Red+Green+Blue) = 208+196+9=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C409 is #2F3BF6. Grayscale: #B3B3B3. Windows color (decimal): -3095543 or 640208. OLE color: 640208.

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

Color convert

RGB2081969-
CMYK00.060.960.18
HSL56.38º91.71%42.55%-
HSV(B)56.38º95.67%81.57%-
XYZ45.852.918.06-
YUV178.2732.48149.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.36%
GREEN value IS 196 (76.95% from 255) = 47.46%
BLUE value IS 9 (3.91% from 255) = 2.18%
R=50.36%
G=47.46%
B=2.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.96
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208196900.060.960.1856.3891.7142.55
HexD0C49066012385c2b
Octal3203041106140227013453
Binary1101000011000100100101101100000100101110001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0c409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0c409; }

 p { color: rgb(208,196,9); }

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

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

 a { background-color: rgb(208,196,9); }

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

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

 span { border-color: rgb(208,196,9); }

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