Html Css Color HEX #DDAD65 Equator

📋 copy color: '#DDAD65'

red 221 ◦ green 173 ◦ blue 101

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

Shades of Equator #DDAD65

Tints of Equator #DDAD65

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.95%

 BLUE value IS 101 (39.84% from 255) = 20.4%

R = 44.65%
G = 34.95%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDAD65 (or 0xDDAD65) is known color: Equator. HEX triplet: DD, AD and 65. RGB value is (221,173,101). Sum of RGB (Red+Green+Blue) = 221+173+101=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAD65 is #22529A. Grayscale: #B3B3B3. Windows color (decimal): -2249371 or 6663645. OLE color: 6663645.

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

Color convert

RGB 221 173 101 -
CMYK 0 0.22 0.54 0.13
HSL 36º 0.64% 0.63% -
HSV(B) 36º 0.54% 0.87% -
XYZ 47.11 46.2 18.75 -
YUV 179.14 83.9 157.85 -
System Red Green Blue C M Y K H S L
Decimal 221 173 101 0 0.22 0.54 0.13 36 0.64 0.63
Hex DD AD 65 0 16 36 D 24 40 3F
Octal 335 255 145 0 26 66 15 44 100 77
Binary 11011101 10101101 1100101 0 10110 110110 1101 100100 1000000 111111

Color Harmonies of #DDAD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD65

Black with #DDAD65

Text Example


Text Example

White with #DDAD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD65; }

 p { color: rgb(221,173,101); }

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

background-color css

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

 a { background-color: rgb(221,173,101); }

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

border-color css

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

 span { border-color: rgb(221,173,101); }

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