Html Css Color HEX #DDAC62 Equator

📋 copy color: '#DDAC62'

red 221 ◦ green 172 ◦ blue 98

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

Shades of Equator #DDAC62

Tints of Equator #DDAC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.96%

R = 45.01%
G = 35.03%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDAC62 (or 0xDDAC62) is known color: Equator. HEX triplet: DD, AC and 62. RGB value is (221,172,98). Sum of RGB (Red+Green+Blue) = 221+172+98=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC62 is #22539D. Grayscale: #B2B2B2. Windows color (decimal): -2249630 or 6466781. OLE color: 6466781.

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

Color convert

RGB 221 172 98 -
CMYK 0 0.22 0.56 0.13
HSL 36.1º 0.64% 0.63% -
HSV(B) 36.1º 0.56% 0.87% -
XYZ 46.78 45.76 17.92 -
YUV 178.22 82.73 158.52 -
System Red Green Blue C M Y K H S L
Decimal 221 172 98 0 0.22 0.56 0.13 36.1 0.64 0.63
Hex DD AC 62 0 16 38 D 24 40 3F
Octal 335 254 142 0 26 70 15 44 100 77
Binary 11011101 10101100 1100010 0 10110 111000 1101 100100 1000000 111111

Color Harmonies of #DDAC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC62

Black with #DDAC62

Text Example


Text Example

White with #DDAC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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