#D3DD6A

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

Shades of Goldenrod #D3DD6A

Tints of Goldenrod #D3DD6A

Color information

#D3DD6A (or 0xD3DD6A) is unknown color: approx Goldenrod. HEX triplet: D3, DD and 6A. RGB value is (211,221,106). Sum of RGB (Red+Green+Blue) = 211+221+106=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3DD6A is #2C2295. Grayscale: #CDCDCD. Windows color (decimal): -2892438 or 7003603. OLE color: 7003603.

HSL color Cylindrical-coordinate representation of color #D3DD6A: hue angle of 65.22º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D3DD6A is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB211221106-
CMYK0.0500.520.13
HSL65.22º62.84%64.12%-
HSV(B)65.22º52.04%86.67%-
XYZ55.3266.623.58-
YUV204.972.19132.35-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.22%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 106 (41.80% from 255) = 19.70%
R=39.22%
G=41.08%
B=19.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112211060.0500.520.1365.2262.8464.12
HexD3DD6A5034D413f40
Octal32333515250641510177100
Binary110100111101110111010101010110100110110000011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DD6A; }

 p { color: rgb(211,221,106); }

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

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

 a { background-color: rgb(211,221,106); }

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

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

 span { border-color: rgb(211,221,106); }

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