#DDDB65

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

Shades of Goldenrod #DDDB65

Tints of Goldenrod #DDDB65

Color information

#DDDB65 (or 0xDDDB65) is unknown color: approx Goldenrod. HEX triplet: DD, DB and 65. RGB value is (221,219,101). Sum of RGB (Red+Green+Blue) = 221+219+101=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 101 (39.84% from 255 or 18.67% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB65 is #22249A. Grayscale: #CECECE. Windows color (decimal): -2237595 or 6675421. OLE color: 6675421.

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

Color convert

RGB221219101-
CMYK00.010.540.13
HSL59º63.83%63.14%-
HSV(B)59º54.3%86.67%-
XYZ57.566.9722.21-
YUV206.1568.66138.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 219 (85.94% from 255) = 40.48%
BLUE value IS 101 (39.84% from 255) = 18.67%
R=40.85%
G=40.48%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121910100.010.540.135963.8363.14
HexDDDB650136D3b403f
Octal3353331450166157310077
Binary110111011101101111001010111011011011110111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDB65; }

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

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

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

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

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

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

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

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