Html Css Color HEX #DDAC6E Equator

📋 copy color: '#DDAC6E'

red 221 ◦ green 172 ◦ blue 110

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

Shades of Equator #DDAC6E

Tints of Equator #DDAC6E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.19%

 BLUE value IS 110 (43.36% from 255) = 21.87%

R = 43.94%
G = 34.19%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDAC6E (or 0xDDAC6E) is known color: Equator. HEX triplet: DD, AC and 6E. RGB value is (221,172,110). Sum of RGB (Red+Green+Blue) = 221+172+110=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC6E is #225391. Grayscale: #B3B3B3. Windows color (decimal): -2249618 or 7253213. OLE color: 7253213.

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

Color convert

RGB 221 172 110 -
CMYK 0 0.22 0.50 0.13
HSL 33.51º 0.62% 0.65% -
HSV(B) 33.51º 0.5% 0.87% -
XYZ 47.39 46 21.13 -
YUV 179.58 88.73 157.54 -
System Red Green Blue C M Y K H S L
Decimal 221 172 110 0 0.22 0.50 0.13 33.51 0.62 0.65
Hex DD AC 6E 0 16 32 D 22 3E 41
Octal 335 254 156 0 26 62 15 42 76 101
Binary 11011101 10101100 1101110 0 10110 110010 1101 100010 111110 1000001

Color Harmonies of #DDAC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC6E

Black with #DDAC6E

Text Example


Text Example

White with #DDAC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC6E; }

 p { color: rgb(221,172,110); }

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

background-color css

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

 a { background-color: rgb(221,172,110); }

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

border-color css

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

 span { border-color: rgb(221,172,110); }

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