#D1C106

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

Shades of Bird Flower #D1C106

Tints of Bird Flower #D1C106

Color information

#D1C106 (or 0xD1C106) is unknown color: approx Bird Flower. HEX triplet: D1, C1 and 06. RGB value is (209,193,6). Sum of RGB (Red+Green+Blue) = 209+193+6=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 6 (2.73% from 255 or 1.47% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C106 is #2E3EF9. Grayscale: #B1B1B1. Windows color (decimal): -3030778 or 442833. OLE color: 442833.

HSL color Cylindrical-coordinate representation of color #D1C106: hue angle of 55.27º 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 #D1C106 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB2091936-
CMYK00.080.970.18
HSL55.27º94.42%42.16%-
HSV(B)55.27º97.13%81.96%-
XYZ45.451.717.76-
YUV176.4731.8151.21-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.23%
GREEN value IS 193 (75.78% from 255) = 47.30%
BLUE value IS 6 (2.73% from 255) = 1.47%
R=51.23%
G=47.30%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209193600.080.970.1855.2794.4242.16
HexD1C16086112375e2a
Octal3213016010141226713652
Binary1101000111000001110010001100001100101101111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C106; }

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

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

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

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

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

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

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

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