#D2D375

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

Shades of Goldenrod #D2D375

Tints of Goldenrod #D2D375

Color information

#D2D375 (or 0xD2D375) is unknown color: approx Goldenrod. HEX triplet: D2, D3 and 75. RGB value is (210,211,117). Sum of RGB (Red+Green+Blue) = 210+211+117=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D375 is #2D2C8A. Grayscale: #C8C8C8. Windows color (decimal): -2960523 or 7721938. OLE color: 7721938.

HSL color Cylindrical-coordinate representation of color #D2D375: hue angle of 60.64º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2D375 is Cyan = 0.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB210211117-
CMYK0.0000.450.17
HSL60.64º51.65%64.31%-
HSV(B)60.64º44.55%82.75%-
XYZ53.0861.5725.92-
YUV199.9881.17135.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.03%
GREEN value IS 211 (82.81% from 255) = 39.22%
BLUE value IS 117 (46.09% from 255) = 21.75%
R=39.03%
G=39.22%
B=21.75%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2102111170.0000.450.1760.6451.6564.31
HexD2D375002D113d3440
Octal3223231650055217564100
Binary1101001011010011111010100101101100011111011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D375; }

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

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

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

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

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

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

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

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