Html Css Color HEX #DFA861 Equator

📋 copy color: '#DFA861'

red 223 ◦ green 168 ◦ blue 97

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

Shades of Equator #DFA861

Tints of Equator #DFA861

RGB

 RED value IS 223 (87.5% from 255) = 45.7%

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

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

R = 45.7%
G = 34.43%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFA861 (or 0xDFA861) is known color: Equator. HEX triplet: DF, A8 and 61. RGB value is (223,168,97). Sum of RGB (Red+Green+Blue) = 223+168+97=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA861 is #20579E. Grayscale: #B0B0B0. Windows color (decimal): -2119583 or 6400223. OLE color: 6400223.

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

Color convert

RGB 223 168 97 -
CMYK 0 0.25 0.57 0.13
HSL 33.81º 0.66% 0.63% -
HSV(B) 33.81º 0.57% 0.87% -
XYZ 46.59 44.56 17.45 -
YUV 176.35 83.22 161.27 -
System Red Green Blue C M Y K H S L
Decimal 223 168 97 0 0.25 0.57 0.13 33.81 0.66 0.63
Hex DF A8 61 0 19 39 D 22 42 3F
Octal 337 250 141 0 31 71 15 42 102 77
Binary 11011111 10101000 1100001 0 11001 111001 1101 100010 1000010 111111

Color Harmonies of #DFA861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA861

Black with #DFA861

Text Example


Text Example

White with #DFA861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA861; }

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

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

background-color css

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

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

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

border-color css

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

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

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