#D3C210

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

Shades of Bird Flower #D3C210

Tints of Bird Flower #D3C210

Color information

#D3C210 (or 0xD3C210) is unknown color: approx Bird Flower. HEX triplet: D3, C2 and 10. RGB value is (211,194,16). Sum of RGB (Red+Green+Blue) = 211+194+16=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C210 is #2C3DEF. Grayscale: #B3B3B3. Windows color (decimal): -2899440 or 1098451. OLE color: 1098451.

HSL color Cylindrical-coordinate representation of color #D3C210: hue angle of 54.77º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D3C210 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB21119416-
CMYK00.080.920.17
HSL54.77º85.9%44.51%-
HSV(B)54.77º92.42%82.75%-
XYZ46.2552.478.18-
YUV178.7936.13150.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 50.12%
GREEN value IS 194 (76.17% from 255) = 46.08%
BLUE value IS 16 (6.64% from 255) = 3.80%
R=50.12%
G=46.08%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111941600.080.920.1754.7785.944.51
HexD3C210085C1137562d
Octal32330220010134216712655
Binary110100111100001010000010001011100100011101111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C210; }

 p { color: rgb(211,194,16); }

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

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

 a { background-color: rgb(211,194,16); }

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

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

 span { border-color: rgb(211,194,16); }

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