#DDDC65

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

Shades of Goldenrod #DDDC65

Tints of Goldenrod #DDDC65

Color information

#DDDC65 (or 0xDDDC65) is unknown color: approx Goldenrod. HEX triplet: DD, DC and 65. RGB value is (221,220,101). Sum of RGB (Red+Green+Blue) = 221+220+101=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC65 is #22239A. Grayscale: #CFCFCF. Windows color (decimal): -2237339 or 6675677. OLE color: 6675677.

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

Color convert

RGB221220101-
CMYK00.000.540.13
HSL59.5º63.83%63.14%-
HSV(B)59.5º54.3%86.67%-
XYZ57.7667.522.3-
YUV206.7368.33138.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 220 (86.33% from 255) = 40.59%
BLUE value IS 101 (39.84% from 255) = 18.63%
R=40.77%
G=40.59%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122010100.000.540.1359.563.8363.14
HexDDDC650036D3c403f
Octal3353341450066157410077
Binary110111011101110011001010011011011011111001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC65; }

 p { color: rgb(221,220,101); }

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

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

 a { background-color: rgb(221,220,101); }

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

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

 span { border-color: rgb(221,220,101); }

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