#D0C215

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

Shades of Bird Flower #D0C215

Tints of Bird Flower #D0C215

Color information

#D0C215 (or 0xD0C215) is unknown color: approx Bird Flower. HEX triplet: D0, C2 and 15. RGB value is (208,194,21). Sum of RGB (Red+Green+Blue) = 208+194+21=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C215 is #2F3DEA. Grayscale: #B3B3B3. Windows color (decimal): -3096043 or 1426128. OLE color: 1426128.

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

Color convert

RGB20819421-
CMYK00.070.900.18
HSL55.51º81.66%44.9%-
HSV(B)55.51º89.9%81.57%-
XYZ45.4452.058.36-
YUV178.4639.14149.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.17%
GREEN value IS 194 (76.17% from 255) = 45.86%
BLUE value IS 21 (8.59% from 255) = 4.96%
R=49.17%
G=45.86%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081942100.070.900.1855.5181.6644.9
HexD0C215075A1238522d
Octal3203022507132227012255
Binary11010000110000101010101111011010100101110001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C215; }

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

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

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

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

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

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

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

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