Html Css Color HEX #DDAF61 Equator

📋 copy color: '#DDAF61'

red 221 ◦ green 175 ◦ blue 97

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

Shades of Equator #DDAF61

Tints of Equator #DDAF61

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.5%

 BLUE value IS 97 (38.28% from 255) = 19.68%

R = 44.83%
G = 35.5%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDAF61 (or 0xDDAF61) is known color: Equator. HEX triplet: DD, AF and 61. RGB value is (221,175,97). Sum of RGB (Red+Green+Blue) = 221+175+97=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF61 is #22509E. Grayscale: #B4B4B4. Windows color (decimal): -2248863 or 6402013. OLE color: 6402013.

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

Color convert

RGB 221 175 97 -
CMYK 0 0.21 0.56 0.13
HSL 37.74º 0.65% 0.62% -
HSV(B) 37.74º 0.56% 0.87% -
XYZ 47.31 46.9 17.87 -
YUV 179.86 81.24 157.34 -
System Red Green Blue C M Y K H S L
Decimal 221 175 97 0 0.21 0.56 0.13 37.74 0.65 0.62
Hex DD AF 61 0 15 38 D 26 41 3E
Octal 335 257 141 0 25 70 15 46 101 76
Binary 11011101 10101111 1100001 0 10101 111000 1101 100110 1000001 111110

Color Harmonies of #DDAF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF61

Black with #DDAF61

Text Example


Text Example

White with #DDAF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF61; }

 p { color: rgb(221,175,97); }

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

background-color css

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

 a { background-color: rgb(221,175,97); }

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

border-color css

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

 span { border-color: rgb(221,175,97); }

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