#D1D10D

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

Shades of Bird Flower #D1D10D

Tints of Bird Flower #D1D10D

Color information

#D1D10D (or 0xD1D10D) is unknown color: approx Bird Flower. HEX triplet: D1, D1 and 0D. RGB value is (209,209,13). Sum of RGB (Red+Green+Blue) = 209+209+13=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D10D is #2E2EF2. Grayscale: #BBBBBB. Windows color (decimal): -3026675 or 905681. OLE color: 905681.

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

Color convert

RGB20920913-
CMYK000.940.18
HSL60º88.29%43.53%-
HSV(B)60º93.78%81.96%-
XYZ49.1759.199.21-
YUV186.6630143.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.49%
GREEN value IS 209 (82.03% from 255) = 48.49%
BLUE value IS 13 (5.47% from 255) = 3.02%
R=48.49%
G=48.49%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20920913000.940.186088.2943.53
HexD1D1D005E123c582c
Octal3213211500136227413054
Binary11010001110100011101001011110100101111001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D10D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D10D; }

 p { color: rgb(209,209,13); }

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

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

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

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

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

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

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