#D1DB73

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

Shades of Goldenrod #D1DB73

Tints of Goldenrod #D1DB73

Color information

#D1DB73 (or 0xD1DB73) is unknown color: approx Goldenrod. HEX triplet: D1, DB and 73. RGB value is (209,219,115). Sum of RGB (Red+Green+Blue) = 209+219+115=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 115 (45.31% from 255 or 21.18% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DB73 is #2E248C. Grayscale: #CCCCCC. Windows color (decimal): -3024013 or 7592913. OLE color: 7592913.

HSL color Cylindrical-coordinate representation of color #D1DB73: hue angle of 65.77º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1DB73 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB209219115-
CMYK0.0500.470.14
HSL65.77º59.09%65.49%-
HSV(B)65.77º47.49%85.88%-
XYZ54.7265.4625.97-
YUV204.1577.69131.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.49%
GREEN value IS 219 (85.94% from 255) = 40.33%
BLUE value IS 115 (45.31% from 255) = 21.18%
R=38.49%
G=40.33%
B=21.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092191150.0500.470.1465.7759.0965.49
HexD1DB73502FE423b41
Octal32133316350571610273101
Binary110100011101101111100111010101111111010000101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DB73; }

 p { color: rgb(209,219,115); }

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

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

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

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

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

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

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