#D0CD01

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

Shades of Bird Flower #D0CD01

Tints of Bird Flower #D0CD01

Color information

#D0CD01 (or 0xD0CD01) is unknown color: approx Bird Flower. HEX triplet: D0, CD and 01. RGB value is (208,205,1). Sum of RGB (Red+Green+Blue) = 208+205+1=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CD01 is #2F32FE. Grayscale: #B7B7B7. Windows color (decimal): -3093247 or 118224. OLE color: 118224.

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

Color convert

RGB2082051-
CMYK00.011.000.18
HSL59.13º99.04%40.98%-
HSV(B)59.13º99.52%81.57%-
XYZ47.8557.078.52-
YUV182.6425.49146.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.24%
GREEN value IS 205 (80.47% from 255) = 49.52%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=50.24%
G=49.52%
B=0.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208205100.011.000.1859.1399.0440.98
HexD0CD10164123b6329
Octal320315101144227314351
Binary11010000110011011011100100100101110111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CD01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CD01; }

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

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

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

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

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

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

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

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