#DDD671

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

Shades of Goldenrod #DDD671

Tints of Goldenrod #DDD671

Color information

#DDD671 (or 0xDDD671) is unknown color: approx Goldenrod. HEX triplet: DD, D6 and 71. RGB value is (221,214,113). Sum of RGB (Red+Green+Blue) = 221+214+113=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 113 (44.53% from 255 or 20.62% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD671 is #22298E. Grayscale: #CCCCCC. Windows color (decimal): -2238863 or 7460573. OLE color: 7460573.

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

Color convert

RGB221214113-
CMYK00.030.490.13
HSL56.11º61.36%65.49%-
HSV(B)56.11º48.87%86.67%-
XYZ56.8564.6625.11-
YUV204.5876.32139.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.33%
GREEN value IS 214 (83.98% from 255) = 39.05%
BLUE value IS 113 (44.53% from 255) = 20.62%
R=40.33%
G=39.05%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121411300.030.490.1356.1161.3665.49
HexDDD6710331D383d41
Octal3353261610361157075101
Binary1101110111010110111000101111000111011110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD671; }

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

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

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

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

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

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

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

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