#D1D000

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

Shades of Bird Flower #D1D000

Tints of Bird Flower #D1D000

Color information

#D1D000 (or 0xD1D000) is unknown color: approx Bird Flower. HEX triplet: D1, D0 and 00. RGB value is (209,208,0). Sum of RGB (Red+Green+Blue) = 209+208+0=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D000 is #2E2FFF. Grayscale: #B9B9B9. Windows color (decimal): -3026944 or 53457. OLE color: 53457.

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

Color convert

RGB2092080-
CMYK00.0010.18
HSL59.71º100%40.98%-
HSV(B)59.71º100%81.96%-
XYZ48.8558.678.75-
YUV184.5923.83145.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.12%
GREEN value IS 208 (81.64% from 255) = 49.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.12%
G=49.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209208000.0010.1859.7110040.98
HexD1D000064123c6429
Octal321320000144227414451
Binary11010001110100000001100100100101111001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D000; }

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

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

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

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

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

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

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

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