#DADD6D

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

Shades of Goldenrod #DADD6D

Tints of Goldenrod #DADD6D

Color information

#DADD6D (or 0xDADD6D) is unknown color: approx Goldenrod. HEX triplet: DA, DD and 6D. RGB value is (218,221,109). Sum of RGB (Red+Green+Blue) = 218+221+109=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 109 (42.97% from 255 or 19.89% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADD6D is #252292. Grayscale: #CFCFCF. Windows color (decimal): -2433683 or 7200218. OLE color: 7200218.

HSL color Cylindrical-coordinate representation of color #DADD6D: hue angle of 61.61º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DADD6D is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB218221109-
CMYK0.0100.510.13
HSL61.61º62.22%64.71%-
HSV(B)61.61º50.68%86.67%-
XYZ57.5367.7224.51-
YUV207.3372.51135.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.78%
GREEN value IS 221 (86.72% from 255) = 40.33%
BLUE value IS 109 (42.97% from 255) = 19.89%
R=39.78%
G=40.33%
B=19.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211090.0100.510.1361.6162.2264.71
HexDADD6D1033D3e3e41
Octal3323351551063157676101
Binary110110101101110111011011011001111011111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADD6D; }

 p { color: rgb(218,221,109); }

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

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

 a { background-color: rgb(218,221,109); }

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

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

 span { border-color: rgb(218,221,109); }

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