#DDDA69

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

Shades of Goldenrod #DDDA69

Tints of Goldenrod #DDDA69

Color information

#DDDA69 (or 0xDDDA69) is unknown color: approx Goldenrod. HEX triplet: DD, DA and 69. RGB value is (221,218,105). Sum of RGB (Red+Green+Blue) = 221+218+105=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 105 (41.41% from 255 or 19.30% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDA69 is #222596. Grayscale: #CECECE. Windows color (decimal): -2237847 or 6937309. OLE color: 6937309.

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

Color convert

RGB221218105-
CMYK00.010.520.13
HSL58.45º63.04%63.92%-
HSV(B)58.45º52.49%86.67%-
XYZ57.4466.5323.18-
YUV206.0270.99138.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 218 (85.55% from 255) = 40.07%
BLUE value IS 105 (41.41% from 255) = 19.30%
R=40.62%
G=40.07%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121810500.010.520.1358.4563.0463.92
HexDDDA690134D3a3f40
Octal3353321510164157277100
Binary110111011101101011010010111010011011110101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA69; }

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

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

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

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

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

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

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

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