#D3DB75

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

Shades of Goldenrod #D3DB75

Tints of Goldenrod #D3DB75

Color information

#D3DB75 (or 0xD3DB75) is unknown color: approx Goldenrod. HEX triplet: D3, DB and 75. RGB value is (211,219,117). Sum of RGB (Red+Green+Blue) = 211+219+117=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DB75 is #2C248A. Grayscale: #CDCDCD. Windows color (decimal): -2892939 or 7723987. OLE color: 7723987.

HSL color Cylindrical-coordinate representation of color #D3DB75: hue angle of 64.71º 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 #D3DB75 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB211219117-
CMYK0.0400.470.14
HSL64.71º58.62%65.88%-
HSV(B)64.71º46.58%85.88%-
XYZ55.4165.826.61-
YUV204.9878.35132.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.57%
GREEN value IS 219 (85.94% from 255) = 40.04%
BLUE value IS 117 (46.09% from 255) = 21.39%
R=38.57%
G=40.04%
B=21.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112191170.0400.470.1464.7158.6265.88
HexD3DB75402FE413b42
Octal32333316540571610173102
Binary110100111101101111101011000101111111010000011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DB75; }

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

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

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

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

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

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

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

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