#d1db75

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

Shades of Goldenrod #D1DB75

Tints of Goldenrod #D1DB75

Color information

#D1DB75 (or 0xD1DB75) is unknown color: approx Goldenrod. HEX triplet: D1, DB and 75. RGB value is (209,219,117). Sum of RGB (Red+Green+Blue) = 209+219+117=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 117 (46.09% from 255 or 21.47% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DB75 is #2E248A. Grayscale: #CCCCCC. Windows color (decimal): -3024011 or 7723985. OLE color: 7723985.

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

Color convert

RGB209219117-
CMYK0.0500.470.14
HSL65.88º58.62%65.88%-
HSV(B)65.88º46.58%85.88%-
XYZ54.8465.526.58-
YUV204.3878.69131.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.35%
GREEN value IS 219 (85.94% from 255) = 40.18%
BLUE value IS 117 (46.09% from 255) = 21.47%
R=38.35%
G=40.18%
B=21.47%

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
Decimal2092191170.0500.470.1465.8858.6265.88
HexD1DB75502FE423b42
Octal32133316550571610273102
Binary110100011101101111101011010101111111010000101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1db75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1db75; }

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

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

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

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

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

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

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

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