#D2D764

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

Shades of Goldenrod #D2D764

Tints of Goldenrod #D2D764

Color information

#D2D764 (or 0xD2D764) is unknown color: approx Goldenrod. HEX triplet: D2, D7 and 64. RGB value is (210,215,100). Sum of RGB (Red+Green+Blue) = 210+215+100=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D764 is #2D289B. Grayscale: #C8C8C8. Windows color (decimal): -2959516 or 6608850. OLE color: 6608850.

HSL color Cylindrical-coordinate representation of color #D2D764: hue angle of 62.61º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2D764 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB210215100-
CMYK0.0200.530.16
HSL62.61º58.97%61.76%-
HSV(B)62.61º53.49%84.31%-
XYZ53.1863.2221.46-
YUV200.471.34134.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 215 (84.38% from 255) = 40.95%
BLUE value IS 100 (39.45% from 255) = 19.05%
R=40%
G=40.95%
B=19.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102151000.0200.530.1662.6158.9761.76
HexD2D7642035103f3b3e
Octal322327144206520777376
Binary1101001011010111110010010011010110000111111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D764; }

 p { color: rgb(210,215,100); }

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

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

 a { background-color: rgb(210,215,100); }

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

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

 span { border-color: rgb(210,215,100); }

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