#D2D05E

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

Shades of Goldenrod #D2D05E

Tints of Goldenrod #D2D05E

Color information

#D2D05E (or 0xD2D05E) is unknown color: approx Goldenrod. HEX triplet: D2, D0 and 5E. RGB value is (210,208,94). Sum of RGB (Red+Green+Blue) = 210+208+94=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D05E is #2D2FA1. Grayscale: #C4C4C4. Windows color (decimal): -2961314 or 6213842. OLE color: 6213842.

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

Color convert

RGB21020894-
CMYK00.010.550.18
HSL58.97º56.31%59.61%-
HSV(B)58.97º55.24%82.35%-
XYZ51.1559.6219.4-
YUV195.670.66138.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.02%
GREEN value IS 208 (81.64% from 255) = 40.62%
BLUE value IS 94 (37.11% from 255) = 18.36%
R=41.02%
G=40.62%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102089400.010.550.1858.9756.3159.61
HexD2D05E0137123b383c
Octal322320136016722737074
Binary110100101101000010111100111011110010111011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D05E; }

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

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

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

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

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

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

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

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