#D2D665

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

Shades of Goldenrod #D2D665

Tints of Goldenrod #D2D665

Color information

#D2D665 (or 0xD2D665) is unknown color: approx Goldenrod. HEX triplet: D2, D6 and 65. RGB value is (210,214,101). Sum of RGB (Red+Green+Blue) = 210+214+101=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D665 is #2D299A. Grayscale: #C8C8C8. Windows color (decimal): -2959771 or 6674130. OLE color: 6674130.

HSL color Cylindrical-coordinate representation of color #D2D665: hue angle of 62.12º degrees, saturation: 0.58, 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 #D2D665 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB210214101-
CMYK0.0200.530.16
HSL62.12º57.95%61.76%-
HSV(B)62.12º52.8%83.92%-
XYZ52.9762.7321.63-
YUV199.9272.17135.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 214 (83.98% from 255) = 40.76%
BLUE value IS 101 (39.84% from 255) = 19.24%
R=40%
G=40.76%
B=19.24%

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
Decimal2102141010.0200.530.1662.1257.9561.76
HexD2D6652035103e3a3e
Octal322326145206520767276
Binary1101001011010110110010110011010110000111110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D665; }

 p { color: rgb(210,214,101); }

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

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

 a { background-color: rgb(210,214,101); }

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

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

 span { border-color: rgb(210,214,101); }

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