Html Css Color HEX #DCAF5E Equator

📋 copy color: '#DCAF5E'

red 220 ◦ green 175 ◦ blue 94

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

Shades of Equator #DCAF5E

Tints of Equator #DCAF5E

RGB

 RED value IS 220 (86.33% from 255) = 44.99%

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

 BLUE value IS 94 (37.11% from 255) = 19.22%

R = 44.99%
G = 35.79%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCAF5E (or 0xDCAF5E) is known color: Equator. HEX triplet: DC, AF and 5E. RGB value is (220,175,94). Sum of RGB (Red+Green+Blue) = 220+175+94=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 94 (37.11% from 255 or 19.22% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF5E is #2350A1. Grayscale: #B3B3B3. Windows color (decimal): -2314402 or 6205404. OLE color: 6205404.

HSL color Cylindrical-coordinate representation of color #DCAF5E: hue angle of 38.57º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCAF5E is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 175 94 -
CMYK 0 0.20 0.57 0.14
HSL 38.57º 0.64% 0.62% -
HSV(B) 38.57º 0.57% 0.86% -
XYZ 46.87 46.68 17.13 -
YUV 179.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 220 175 94 0 0.20 0.57 0.14 38.57 0.64 0.62
Hex DC AF 5E 0 14 39 E 27 40 3E
Octal 334 257 136 0 24 71 16 47 100 76
Binary 11011100 10101111 1011110 0 10100 111001 1110 100111 1000000 111110

Color Harmonies of #DCAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF5E

Black with #DCAF5E

Text Example


Text Example

White with #DCAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF5E; }

 p { color: rgb(220,175,94); }

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

background-color css

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

 a { background-color: rgb(220,175,94); }

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

border-color css

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

 span { border-color: rgb(220,175,94); }

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