Html Css Color HEX #DFAF5D Equator

📋 copy color: '#DFAF5D'

red 223 ◦ green 175 ◦ blue 93

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

Shades of Equator #DFAF5D

Tints of Equator #DFAF5D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.64%

 BLUE value IS 93 (36.72% from 255) = 18.94%

R = 45.42%
G = 35.64%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFAF5D (or 0xDFAF5D) is known color: Equator. HEX triplet: DF, AF and 5D. RGB value is (223,175,93). Sum of RGB (Red+Green+Blue) = 223+175+93=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF5D is #2050A2. Grayscale: #B4B4B4. Windows color (decimal): -2117795 or 6139871. OLE color: 6139871.

HSL color Cylindrical-coordinate representation of color #DFAF5D: hue angle of 37.85º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFAF5D is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 175 93 -
CMYK 0 0.22 0.58 0.13
HSL 37.85º 0.67% 0.62% -
HSV(B) 37.85º 0.58% 0.87% -
XYZ 47.74 47.14 16.94 -
YUV 180 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 223 175 93 0 0.22 0.58 0.13 37.85 0.67 0.62
Hex DF AF 5D 0 16 3A D 26 43 3E
Octal 337 257 135 0 26 72 15 46 103 76
Binary 11011111 10101111 1011101 0 10110 111010 1101 100110 1000011 111110

Color Harmonies of #DFAF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF5D

Black with #DFAF5D

Text Example


Text Example

White with #DFAF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF5D; }

 p { color: rgb(223,175,93); }

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

background-color css

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

 a { background-color: rgb(223,175,93); }

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

border-color css

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

 span { border-color: rgb(223,175,93); }

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