#D2D35F

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

Shades of Goldenrod #D2D35F

Tints of Goldenrod #D2D35F

Color information

#D2D35F (or 0xD2D35F) is unknown color: approx Goldenrod. HEX triplet: D2, D3 and 5F. RGB value is (210,211,95). Sum of RGB (Red+Green+Blue) = 210+211+95=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D35F is #2D2CA0. Grayscale: #C5C5C5. Windows color (decimal): -2960545 or 6280146. OLE color: 6280146.

HSL color Cylindrical-coordinate representation of color #D2D35F: hue angle of 60.52º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2D35F is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21021195-
CMYK0.0000.550.17
HSL60.52º56.86%60%-
HSV(B)60.52º54.98%82.75%-
XYZ51.9461.1219.89-
YUV197.4870.17136.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.70%
GREEN value IS 211 (82.81% from 255) = 40.89%
BLUE value IS 95 (37.5% from 255) = 18.41%
R=40.70%
G=40.89%
B=18.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal210211950.0000.550.1760.5256.8660
HexD2D35F0037113d393c
Octal322323137006721757174
Binary110100101101001110111110011011110001111101111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D35F; }

 p { color: rgb(210,211,95); }

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

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

 a { background-color: rgb(210,211,95); }

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

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

 span { border-color: rgb(210,211,95); }

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