#DDD66B

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

Shades of Goldenrod #DDD66B

Tints of Goldenrod #DDD66B

Color information

#DDD66B (or 0xDDD66B) is unknown color: approx Goldenrod. HEX triplet: DD, D6 and 6B. RGB value is (221,214,107). Sum of RGB (Red+Green+Blue) = 221+214+107=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 107 (42.19% from 255 or 19.74% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD66B is #222994. Grayscale: #CCCCCC. Windows color (decimal): -2238869 or 7067357. OLE color: 7067357.

HSL color Cylindrical-coordinate representation of color #DDD66B: hue angle of 56.32º 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 #DDD66B is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB221214107-
CMYK00.030.520.13
HSL56.32º62.64%64.31%-
HSV(B)56.32º51.58%86.67%-
XYZ56.5264.5323.39-
YUV203.973.32140.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 214 (83.98% from 255) = 39.48%
BLUE value IS 107 (42.19% from 255) = 19.74%
R=40.77%
G=39.48%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121410700.030.520.1356.3262.6464.31
HexDDD66B0334D383f40
Octal3353261530364157077100
Binary1101110111010110110101101111010011011110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD66B; }

 p { color: rgb(221,214,107); }

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

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

 a { background-color: rgb(221,214,107); }

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

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

 span { border-color: rgb(221,214,107); }

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