#D2C20C

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

Shades of Bird Flower #D2C20C

Tints of Bird Flower #D2C20C

Color information

#D2C20C (or 0xD2C20C) is unknown color: approx Bird Flower. HEX triplet: D2, C2 and 0C. RGB value is (210,194,12). Sum of RGB (Red+Green+Blue) = 210+194+12=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 12 (5.08% from 255 or 2.88% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C20C is #2D3DF3. Grayscale: #B2B2B2. Windows color (decimal): -2964980 or 836306. OLE color: 836306.

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

Color convert

RGB21019412-
CMYK00.080.940.18
HSL55.15º89.19%43.53%-
HSV(B)55.15º94.29%82.35%-
XYZ45.9452.318.02-
YUV178.0434.3150.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.48%
GREEN value IS 194 (76.17% from 255) = 46.63%
BLUE value IS 12 (5.08% from 255) = 2.88%
R=50.48%
G=46.63%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101941200.080.940.1855.1589.1943.53
HexD2C2C085E1237592c
Octal32230214010136226713154
Binary11010010110000101100010001011110100101101111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C20C; }

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

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

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

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

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

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

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

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