#D2D061

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

Shades of Goldenrod #D2D061

Tints of Goldenrod #D2D061

Color information

#D2D061 (or 0xD2D061) is unknown color: approx Goldenrod. HEX triplet: D2, D0 and 61. RGB value is (210,208,97). Sum of RGB (Red+Green+Blue) = 210+208+97=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D061 is #2D2F9E. Grayscale: #C4C4C4. Windows color (decimal): -2961311 or 6410450. OLE color: 6410450.

HSL color Cylindrical-coordinate representation of color #D2D061: hue angle of 58.94º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2D061 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB21020897-
CMYK00.010.540.18
HSL58.94º55.67%60.2%-
HSV(B)58.94º53.81%82.35%-
XYZ51.2959.6820.12-
YUV195.9472.16138.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.78%
GREEN value IS 208 (81.64% from 255) = 40.39%
BLUE value IS 97 (38.28% from 255) = 18.83%
R=40.78%
G=40.39%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102089700.010.540.1858.9455.6760.2
HexD2D0610136123b383c
Octal322320141016622737074
Binary110100101101000011000010111011010010111011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D061; }

 p { color: rgb(210,208,97); }

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

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

 a { background-color: rgb(210,208,97); }

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

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

 span { border-color: rgb(210,208,97); }

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