#D1C206

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

Shades of Bird Flower #D1C206

Tints of Bird Flower #D1C206

Color information

#D1C206 (or 0xD1C206) is unknown color: approx Bird Flower. HEX triplet: D1, C2 and 06. RGB value is (209,194,6). Sum of RGB (Red+Green+Blue) = 209+194+6=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C206 is #2E3DF9. Grayscale: #B1B1B1. Windows color (decimal): -3030522 or 443089. OLE color: 443089.

HSL color Cylindrical-coordinate representation of color #D1C206: hue angle of 55.57º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1C206 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB2091946-
CMYK00.070.970.18
HSL55.57º94.42%42.16%-
HSV(B)55.57º97.13%81.96%-
XYZ45.6252.157.83-
YUV177.0531.47150.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.10%
GREEN value IS 194 (76.17% from 255) = 47.43%
BLUE value IS 6 (2.73% from 255) = 1.47%
R=51.10%
G=47.43%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209194600.070.970.1855.5794.4242.16
HexD1C26076112385e2a
Octal321302607141227013652
Binary110100011100001011001111100001100101110001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C206; }

 p { color: rgb(209,194,6); }

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

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

 a { background-color: rgb(209,194,6); }

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

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

 span { border-color: rgb(209,194,6); }

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