#D1CE00

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

Shades of Bird Flower #D1CE00

Tints of Bird Flower #D1CE00

Color information

#D1CE00 (or 0xD1CE00) is unknown color: approx Bird Flower. HEX triplet: D1, CE and 00. RGB value is (209,206,0). Sum of RGB (Red+Green+Blue) = 209+206+0=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CE00 is #2E31FF. Grayscale: #B8B8B8. Windows color (decimal): -3027456 or 52945. OLE color: 52945.

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

Color convert

RGB2092060-
CMYK00.0110.18
HSL59.14º100%40.98%-
HSV(B)59.14º100%81.96%-
XYZ48.3757.78.59-
YUV183.4124.49146.25-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.36%
GREEN value IS 206 (80.86% from 255) = 49.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.36%
G=49.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209206000.0110.1859.1410040.98
HexD1CE00164123b6429
Octal321316001144227314451
Binary11010001110011100011100100100101110111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CE00; }

 p { color: rgb(209,206,0); }

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

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

 a { background-color: rgb(209,206,0); }

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

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

 span { border-color: rgb(209,206,0); }

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