#D2D56B

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

Shades of Goldenrod #D2D56B

Tints of Goldenrod #D2D56B

Color information

#D2D56B (or 0xD2D56B) is unknown color: approx Goldenrod. HEX triplet: D2, D5 and 6B. RGB value is (210,213,107). Sum of RGB (Red+Green+Blue) = 210+213+107=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D56B is #2D2A94. Grayscale: #C8C8C8. Windows color (decimal): -2960021 or 7067090. OLE color: 7067090.

HSL color Cylindrical-coordinate representation of color #D2D56B: hue angle of 61.7º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2D56B is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB210213107-
CMYK0.0100.500.16
HSL61.7º55.79%62.75%-
HSV(B)61.7º49.77%83.53%-
XYZ53.0362.3523.15-
YUV200.0275.51135.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.62%
GREEN value IS 213 (83.59% from 255) = 40.19%
BLUE value IS 107 (42.19% from 255) = 20.19%
R=39.62%
G=40.19%
B=20.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102131070.0100.500.1661.755.7962.75
HexD2D56B1032103e383f
Octal322325153106220767077
Binary110100101101010111010111011001010000111110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D56B; }

 p { color: rgb(210,213,107); }

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

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

 a { background-color: rgb(210,213,107); }

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

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

 span { border-color: rgb(210,213,107); }

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