Html Css Color HEX #DFA863 Equator

📋 copy color: '#DFA863'

red 223 ◦ green 168 ◦ blue 99

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

Shades of Equator #DFA863

Tints of Equator #DFA863

RGB

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

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

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

R = 45.51%
G = 34.29%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFA863 (or 0xDFA863) is known color: Equator. HEX triplet: DF, A8 and 63. RGB value is (223,168,99). Sum of RGB (Red+Green+Blue) = 223+168+99=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA863 is #20579C. Grayscale: #B0B0B0. Windows color (decimal): -2119581 or 6531295. OLE color: 6531295.

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

Color convert

RGB 223 168 99 -
CMYK 0 0.25 0.56 0.13
HSL 33.39º 0.66% 0.63% -
HSV(B) 33.39º 0.56% 0.87% -
XYZ 46.69 44.59 17.95 -
YUV 176.58 84.22 161.11 -
System Red Green Blue C M Y K H S L
Decimal 223 168 99 0 0.25 0.56 0.13 33.39 0.66 0.63
Hex DF A8 63 0 19 38 D 21 42 3F
Octal 337 250 143 0 31 70 15 41 102 77
Binary 11011111 10101000 1100011 0 11001 111000 1101 100001 1000010 111111

Color Harmonies of #DFA863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA863

Black with #DFA863

Text Example


Text Example

White with #DFA863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA863; }

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

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

background-color css

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

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

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

border-color css

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

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

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