#D0C801

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

Shades of Bird Flower #D0C801

Tints of Bird Flower #D0C801

Color information

#D0C801 (or 0xD0C801) is unknown color: approx Bird Flower. HEX triplet: D0, C8 and 01. RGB value is (208,200,1). Sum of RGB (Red+Green+Blue) = 208+200+1=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C801 is #2F37FE. Grayscale: #B4B4B4. Windows color (decimal): -3094527 or 116944. OLE color: 116944.

HSL color Cylindrical-coordinate representation of color #D0C801: hue angle of 57.68º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0C801 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB2082001-
CMYK00.041.000.18
HSL57.68º99.04%40.98%-
HSV(B)57.68º99.52%81.57%-
XYZ46.6754.728.13-
YUV179.7127.15148.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.86%
GREEN value IS 200 (78.52% from 255) = 48.90%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=50.86%
G=48.90%
B=0.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208200100.041.000.1857.6899.0440.98
HexD0C810464123a6329
Octal320310104144227214351
Binary1101000011001000101001100100100101110101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C801; }

 p { color: rgb(208,200,1); }

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

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

 a { background-color: rgb(208,200,1); }

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

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

 span { border-color: rgb(208,200,1); }

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