#D2D161

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

Shades of Goldenrod #D2D161

Tints of Goldenrod #D2D161

Color information

#D2D161 (or 0xD2D161) is unknown color: approx Goldenrod. HEX triplet: D2, D1 and 61. RGB value is (210,209,97). Sum of RGB (Red+Green+Blue) = 210+209+97=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D161 is #2D2E9E. Grayscale: #C4C4C4. Windows color (decimal): -2961055 or 6410706. OLE color: 6410706.

HSL color Cylindrical-coordinate representation of color #D2D161: hue angle of 59.47º 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 #D2D161 is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB21020997-
CMYK00.000.540.18
HSL59.47º55.67%60.2%-
HSV(B)59.47º53.81%82.35%-
XYZ51.5460.1720.21-
YUV196.5371.83137.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.70%
GREEN value IS 209 (82.03% from 255) = 40.50%
BLUE value IS 97 (38.28% from 255) = 18.80%
R=40.70%
G=40.50%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102099700.000.540.1859.4755.6760.2
HexD2D1610036123b383c
Octal322321141006622737074
Binary110100101101000111000010011011010010111011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D161; }

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

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

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

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

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

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

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

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