Html Css Color HEX #DDA861 Equator

📋 copy color: '#DDA861'

red 221 ◦ green 168 ◦ blue 97

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

Shades of Equator #DDA861

Tints of Equator #DDA861

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.57%

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

R = 45.47%
G = 34.57%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DDA861 (or 0xDDA861) is known color: Equator. HEX triplet: DD, A8 and 61. RGB value is (221,168,97). Sum of RGB (Red+Green+Blue) = 221+168+97=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 97 (38.28% from 255 or 19.96% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA861 is #22579E. Grayscale: #B0B0B0. Windows color (decimal): -2250655 or 6400221. OLE color: 6400221.

HSL color Cylindrical-coordinate representation of color #DDA861: hue angle of 34.35º 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 #DDA861 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 168 97 -
CMYK 0 0.24 0.56 0.13
HSL 34.35º 0.65% 0.62% -
HSV(B) 34.35º 0.56% 0.87% -
XYZ 45.98 44.24 17.43 -
YUV 175.75 83.56 160.27 -
System Red Green Blue C M Y K H S L
Decimal 221 168 97 0 0.24 0.56 0.13 34.35 0.65 0.62
Hex DD A8 61 0 18 38 D 22 41 3E
Octal 335 250 141 0 30 70 15 42 101 76
Binary 11011101 10101000 1100001 0 11000 111000 1101 100010 1000001 111110

Color Harmonies of #DDA861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA861

Black with #DDA861

Text Example


Text Example

White with #DDA861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA861; }

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

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

background-color css

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

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

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

border-color css

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

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

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