#D1CF00

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

Shades of Bird Flower #D1CF00

Tints of Bird Flower #D1CF00

Color information

#D1CF00 (or 0xD1CF00) is unknown color: approx Bird Flower. HEX triplet: D1, CF and 00. RGB value is (209,207,0). Sum of RGB (Red+Green+Blue) = 209+207+0=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 207 (81.25% from 255 or 49.76% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CF00 is #2E30FF. Grayscale: #B8B8B8. Windows color (decimal): -3027200 or 53201. OLE color: 53201.

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

Color convert

RGB2092070-
CMYK00.0110.18
HSL59.43º100%40.98%-
HSV(B)59.43º100%81.96%-
XYZ48.6158.188.67-
YUV18424.16145.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.24%
GREEN value IS 207 (81.25% from 255) = 49.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.24%
G=49.76%
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
Decimal209207000.0110.1859.4310040.98
HexD1CF00164123b6429
Octal321317001144227314451
Binary11010001110011110011100100100101110111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CF00; }

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

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

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

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

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

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

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

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