Html Css Color HEX #DCAF5D Equator

📋 copy color: '#DCAF5D'

red 220 ◦ green 175 ◦ blue 93

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

Shades of Equator #DCAF5D

Tints of Equator #DCAF5D

RGB

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

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

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

R = 45.08%
G = 35.86%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCAF5D (or 0xDCAF5D) is known color: Equator. HEX triplet: DC, AF and 5D. RGB value is (220,175,93). Sum of RGB (Red+Green+Blue) = 220+175+93=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF5D is #2350A2. Grayscale: #B3B3B3. Windows color (decimal): -2314403 or 6139868. OLE color: 6139868.

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

Color convert

RGB 220 175 93 -
CMYK 0 0.20 0.58 0.14
HSL 38.74º 0.64% 0.61% -
HSV(B) 38.74º 0.58% 0.86% -
XYZ 46.82 46.67 16.9 -
YUV 179.11 79.41 157.17 -
System Red Green Blue C M Y K H S L
Decimal 220 175 93 0 0.20 0.58 0.14 38.74 0.64 0.61
Hex DC AF 5D 0 14 3A E 27 40 3D
Octal 334 257 135 0 24 72 16 47 100 75
Binary 11011100 10101111 1011101 0 10100 111010 1110 100111 1000000 111101

Color Harmonies of #DCAF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF5D

Black with #DCAF5D

Text Example


Text Example

White with #DCAF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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