#D2C30E

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

Shades of Bird Flower #D2C30E

Tints of Bird Flower #D2C30E

Color information

#D2C30E (or 0xD2C30E) is unknown color: approx Bird Flower. HEX triplet: D2, C3 and 0E. RGB value is (210,195,14). Sum of RGB (Red+Green+Blue) = 210+195+14=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C30E is #2D3CF1. Grayscale: #B3B3B3. Windows color (decimal): -2964722 or 967634. OLE color: 967634.

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

Color convert

RGB21019514-
CMYK00.070.930.18
HSL55.41º87.5%43.92%-
HSV(B)55.41º93.33%82.35%-
XYZ46.1752.768.17-
YUV178.8534.97150.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.12%
GREEN value IS 195 (76.56% from 255) = 46.54%
BLUE value IS 14 (5.86% from 255) = 3.34%
R=50.12%
G=46.54%
B=3.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101951400.070.930.1855.4187.543.92
HexD2C3E075D1237582c
Octal3223031607135226713054
Binary1101001011000011111001111011101100101101111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C30E; }

 p { color: rgb(210,195,14); }

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

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

 a { background-color: rgb(210,195,14); }

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

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

 span { border-color: rgb(210,195,14); }

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