Html Css Color HEX #DFAE5D Equator

📋 copy color: '#DFAE5D'

red 223 ◦ green 174 ◦ blue 93

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

Shades of Equator #DFAE5D

Tints of Equator #DFAE5D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.51%

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

R = 45.51%
G = 35.51%
B = 18.98%

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

#DFAE5D (or 0xDFAE5D) is known color: Equator. HEX triplet: DF, AE and 5D. RGB value is (223,174,93). Sum of RGB (Red+Green+Blue) = 223+174+93=490 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.51% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAE5D is #2051A2. Grayscale: #B3B3B3. Windows color (decimal): -2118051 or 6139615. OLE color: 6139615.

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

Color convert

RGB 223 174 93 -
CMYK 0 0.22 0.58 0.13
HSL 37.38º 0.67% 0.62% -
HSV(B) 37.38º 0.58% 0.87% -
XYZ 47.54 46.75 16.87 -
YUV 179.42 79.23 159.09 -
System Red Green Blue C M Y K H S L
Decimal 223 174 93 0 0.22 0.58 0.13 37.38 0.67 0.62
Hex DF AE 5D 0 16 3A D 25 43 3E
Octal 337 256 135 0 26 72 15 45 103 76
Binary 11011111 10101110 1011101 0 10110 111010 1101 100101 1000011 111110

Color Harmonies of #DFAE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAE5D

Black with #DFAE5D

Text Example


Text Example

White with #DFAE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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