#D2C803

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

Shades of Bird Flower #D2C803

Tints of Bird Flower #D2C803

Color information

#D2C803 (or 0xD2C803) is unknown color: approx Bird Flower. HEX triplet: D2, C8 and 03. RGB value is (210,200,3). Sum of RGB (Red+Green+Blue) = 210+200+3=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 3 (1.56% from 255 or 0.73% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C803 is #2D37FC. Grayscale: #B5B5B5. Windows color (decimal): -2963453 or 248018. OLE color: 248018.

HSL color Cylindrical-coordinate representation of color #D2C803: hue angle of 57.1º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2C803 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB2102003-
CMYK00.050.990.18
HSL57.1º97.18%41.76%-
HSV(B)57.1º98.57%82.35%-
XYZ47.2555.028.22-
YUV180.5327.81149.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.85%
GREEN value IS 200 (78.52% from 255) = 48.43%
BLUE value IS 3 (1.56% from 255) = 0.73%
R=50.85%
G=48.43%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210200300.050.990.1857.197.1841.76
HexD2C8305631239612a
Octal322310305143227114152
Binary11010010110010001101011100011100101110011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C803; }

 p { color: rgb(210,200,3); }

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

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

 a { background-color: rgb(210,200,3); }

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

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

 span { border-color: rgb(210,200,3); }

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