Html Css Color HEX #DFA864 Equator

📋 copy color: '#DFA864'

red 223 ◦ green 168 ◦ blue 100

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

Shades of Equator #DFA864

Tints of Equator #DFA864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.37%

R = 45.42%
G = 34.22%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFA864 (or 0xDFA864) is known color: Equator. HEX triplet: DF, A8 and 64. RGB value is (223,168,100). Sum of RGB (Red+Green+Blue) = 223+168+100=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA864 is #20579B. Grayscale: #B1B1B1. Windows color (decimal): -2119580 or 6596831. OLE color: 6596831.

HSL color Cylindrical-coordinate representation of color #DFA864: hue angle of 33.17º degrees, saturation: 0.66, 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 #DFA864 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 168 100 -
CMYK 0 0.25 0.55 0.13
HSL 33.17º 0.66% 0.63% -
HSV(B) 33.17º 0.55% 0.87% -
XYZ 46.73 44.61 18.2 -
YUV 176.69 84.72 161.03 -
System Red Green Blue C M Y K H S L
Decimal 223 168 100 0 0.25 0.55 0.13 33.17 0.66 0.63
Hex DF A8 64 0 19 37 D 21 42 3F
Octal 337 250 144 0 31 67 15 41 102 77
Binary 11011111 10101000 1100100 0 11001 110111 1101 100001 1000010 111111

Color Harmonies of #DFA864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA864

Black with #DFA864

Text Example


Text Example

White with #DFA864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA864; }

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

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

background-color css

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

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

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

border-color css

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

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

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