#D2C60E

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

Shades of Bird Flower #D2C60E

Tints of Bird Flower #D2C60E

Color information

#D2C60E (or 0xD2C60E) is unknown color: approx Bird Flower. HEX triplet: D2, C6 and 0E. RGB value is (210,198,14). Sum of RGB (Red+Green+Blue) = 210+198+14=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 14 (5.86% from 255 or 3.32% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C60E is #2D39F1. Grayscale: #B5B5B5. Windows color (decimal): -2963954 or 968402. OLE color: 968402.

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

Color convert

RGB21019814-
CMYK00.060.930.18
HSL56.33º87.5%43.92%-
HSV(B)56.33º93.33%82.35%-
XYZ46.8554.128.39-
YUV180.6133.98148.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.76%
GREEN value IS 198 (77.73% from 255) = 46.92%
BLUE value IS 14 (5.86% from 255) = 3.32%
R=49.76%
G=46.92%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101981400.060.930.1856.3387.543.92
HexD2C6E065D1238582c
Octal3223061606135227013054
Binary1101001011000110111001101011101100101110001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C60E; }

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

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

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

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

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

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

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

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