Html Css Color HEX #DDAF63 Equator

📋 copy color: '#DDAF63'

red 221 ◦ green 175 ◦ blue 99

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

Shades of Equator #DDAF63

Tints of Equator #DDAF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20%

R = 44.65%
G = 35.35%
B = 20%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DDAF63 (or 0xDDAF63) is known color: Equator. HEX triplet: DD, AF and 63. RGB value is (221,175,99). Sum of RGB (Red+Green+Blue) = 221+175+99=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 99 (39.06% from 255 or 20% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF63 is #22509C. Grayscale: #B4B4B4. Windows color (decimal): -2248861 or 6533085. OLE color: 6533085.

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

Color convert

RGB 221 175 99 -
CMYK 0 0.21 0.55 0.13
HSL 37.38º 0.64% 0.63% -
HSV(B) 37.38º 0.55% 0.87% -
XYZ 47.4 46.93 18.37 -
YUV 180.09 82.24 157.18 -
System Red Green Blue C M Y K H S L
Decimal 221 175 99 0 0.21 0.55 0.13 37.38 0.64 0.63
Hex DD AF 63 0 15 37 D 25 40 3F
Octal 335 257 143 0 25 67 15 45 100 77
Binary 11011101 10101111 1100011 0 10101 110111 1101 100101 1000000 111111

Color Harmonies of #DDAF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF63

Black with #DDAF63

Text Example


Text Example

White with #DDAF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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