Html Css Color HEX #DDA96D Equator

📋 copy color: '#DDA96D'

red 221 ◦ green 169 ◦ blue 109

#DDA96D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Equator #DDA96D

Tints of Equator #DDA96D

RGB

 RED value IS 221 (86.72% from 255) = 44.29%

 GREEN value IS 169 (66.41% from 255) = 33.87%

 BLUE value IS 109 (42.97% from 255) = 21.84%

R = 44.29%
G = 33.87%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDA96D (or 0xDDA96D) is known color: Equator. HEX triplet: DD, A9 and 6D. RGB value is (221,169,109). Sum of RGB (Red+Green+Blue) = 221+169+109=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 169 (66.41% from 255 or 33.87% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA96D is #225692. Grayscale: #B2B2B2. Windows color (decimal): -2250387 or 7186909. OLE color: 7186909.

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

Color convert

RGB 221 169 109 -
CMYK 0 0.24 0.51 0.13
HSL 32.14º 0.62% 0.65% -
HSV(B) 32.14º 0.51% 0.87% -
XYZ 46.77 44.85 20.66 -
YUV 177.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 221 169 109 0 0.24 0.51 0.13 32.14 0.62 0.65
Hex DD A9 6D 0 18 33 D 20 3E 41
Octal 335 251 155 0 30 63 15 40 76 101
Binary 11011101 10101001 1101101 0 11000 110011 1101 100000 111110 1000001

Color Harmonies of #DDA96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA96D

Black with #DDA96D

Text Example


Text Example

White with #DDA96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA96D; }

 p { color: rgb(221,169,109); }

 H1.HeaderClassName
 {
   color: #DDA96D;
 }
 .AnyTagClassName
 {
   color: #DDA96D;
 }
</style>

background-color css

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

 a { background-color: rgb(221,169,109); }

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

border-color css

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

 span { border-color: rgb(221,169,109); }

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