Html Css Color HEX #DFA862 Equator

📋 copy color: '#DFA862'

red 223 ◦ green 168 ◦ blue 98

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

Shades of Equator #DFA862

Tints of Equator #DFA862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.04%

R = 45.6%
G = 34.36%
B = 20.04%

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

#DFA862 (or 0xDFA862) is known color: Equator. HEX triplet: DF, A8 and 62. RGB value is (223,168,98). Sum of RGB (Red+Green+Blue) = 223+168+98=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA862 is #20579D. Grayscale: #B0B0B0. Windows color (decimal): -2119582 or 6465759. OLE color: 6465759.

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

Color convert

RGB 223 168 98 -
CMYK 0 0.25 0.56 0.13
HSL 33.6º 0.66% 0.63% -
HSV(B) 33.6º 0.56% 0.87% -
XYZ 46.64 44.58 17.7 -
YUV 176.47 83.72 161.19 -
System Red Green Blue C M Y K H S L
Decimal 223 168 98 0 0.25 0.56 0.13 33.6 0.66 0.63
Hex DF A8 62 0 19 38 D 22 42 3F
Octal 337 250 142 0 31 70 15 42 102 77
Binary 11011111 10101000 1100010 0 11001 111000 1101 100010 1000010 111111

Color Harmonies of #DFA862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA862

Black with #DFA862

Text Example


Text Example

White with #DFA862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA862; }

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

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

background-color css

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

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

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

border-color css

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

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

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