Html Css Color HEX #DFA962 Equator

📋 copy color: '#DFA962'

red 223 ◦ green 169 ◦ blue 98

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

Shades of Equator #DFA962

Tints of Equator #DFA962

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.49%

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

R = 45.51%
G = 34.49%
B = 20%

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

#DFA962 (or 0xDFA962) is known color: Equator. HEX triplet: DF, A9 and 62. RGB value is (223,169,98). Sum of RGB (Red+Green+Blue) = 223+169+98=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA962 is #20569D. Grayscale: #B1B1B1. Windows color (decimal): -2119326 or 6466015. OLE color: 6466015.

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

Color convert

RGB 223 169 98 -
CMYK 0 0.24 0.56 0.13
HSL 34.08º 0.66% 0.63% -
HSV(B) 34.08º 0.56% 0.87% -
XYZ 46.82 44.95 17.76 -
YUV 177.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 223 169 98 0 0.24 0.56 0.13 34.08 0.66 0.63
Hex DF A9 62 0 18 38 D 22 42 3F
Octal 337 251 142 0 30 70 15 42 102 77
Binary 11011111 10101001 1100010 0 11000 111000 1101 100010 1000010 111111

Color Harmonies of #DFA962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA962

Black with #DFA962

Text Example


Text Example

White with #DFA962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA962; }

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

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

background-color css

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

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

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

border-color css

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

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

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