#D5DF75

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

Shades of Goldenrod #D5DF75

Tints of Goldenrod #D5DF75

Color information

#D5DF75 (or 0xD5DF75) is unknown color: approx Goldenrod. HEX triplet: D5, DF and 75. RGB value is (213,223,117). Sum of RGB (Red+Green+Blue) = 213+223+117=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DF75 is #2A208A. Grayscale: #D0D0D0. Windows color (decimal): -2760843 or 7725013. OLE color: 7725013.

HSL color Cylindrical-coordinate representation of color #D5DF75: hue angle of 65.66º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5DF75 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB213223117-
CMYK0.0400.480.13
HSL65.66º62.35%66.67%-
HSV(B)65.66º47.53%87.45%-
XYZ57.0468.2126.99-
YUV207.9376.69131.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 223 (87.5% from 255) = 40.33%
BLUE value IS 117 (46.09% from 255) = 21.16%
R=38.52%
G=40.33%
B=21.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132231170.0400.480.1365.6662.3566.67
HexD5DF754030D423e43
Octal32533716540601510276103
Binary110101011101111111101011000110000110110000101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DF75; }

 p { color: rgb(213,223,117); }

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

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

 a { background-color: rgb(213,223,117); }

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

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

 span { border-color: rgb(213,223,117); }

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