#D1C20C

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

Shades of Bird Flower #D1C20C

Tints of Bird Flower #D1C20C

Color information

#D1C20C (or 0xD1C20C) is unknown color: approx Bird Flower. HEX triplet: D1, C2 and 0C. RGB value is (209,194,12). Sum of RGB (Red+Green+Blue) = 209+194+12=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C20C is #2E3DF3. Grayscale: #B2B2B2. Windows color (decimal): -3030516 or 836305. OLE color: 836305.

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

Color convert

RGB20919412-
CMYK00.070.940.18
HSL55.43º89.14%43.33%-
HSV(B)55.43º94.26%81.96%-
XYZ45.6552.178.01-
YUV177.7434.47150.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.36%
GREEN value IS 194 (76.17% from 255) = 46.75%
BLUE value IS 12 (5.08% from 255) = 2.89%
R=50.36%
G=46.75%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091941200.070.940.1855.4389.1443.33
HexD1C2C075E1237592b
Octal3213021407136226713153
Binary1101000111000010110001111011110100101101111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C20C; }

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

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

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

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

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

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

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

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