#D0C415

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

Shades of Bird Flower #D0C415

Tints of Bird Flower #D0C415

Color information

#D0C415 (or 0xD0C415) is unknown color: approx Bird Flower. HEX triplet: D0, C4 and 15. RGB value is (208,196,21). Sum of RGB (Red+Green+Blue) = 208+196+21=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C415 is #2F3BEA. Grayscale: #B4B4B4. Windows color (decimal): -3095531 or 1426640. OLE color: 1426640.

HSL color Cylindrical-coordinate representation of color #D0C415: hue angle of 56.15º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0C415 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB20819621-
CMYK00.060.900.18
HSL56.15º81.66%44.9%-
HSV(B)56.15º89.9%81.57%-
XYZ45.8952.948.51-
YUV179.6438.48148.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.94%
GREEN value IS 196 (76.95% from 255) = 46.12%
BLUE value IS 21 (8.59% from 255) = 4.94%
R=48.94%
G=46.12%
B=4.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081962100.060.900.1856.1581.6644.9
HexD0C415065A1238522d
Octal3203042506132227012255
Binary11010000110001001010101101011010100101110001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C415; }

 p { color: rgb(208,196,21); }

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

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

 a { background-color: rgb(208,196,21); }

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

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

 span { border-color: rgb(208,196,21); }

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