Html Css Color HEX #DCAE5F Equator

📋 copy color: '#DCAE5F'

red 220 ◦ green 174 ◦ blue 95

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

Shades of Equator #DCAE5F

Tints of Equator #DCAE5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.43%

R = 44.99%
G = 35.58%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCAE5F (or 0xDCAE5F) is known color: Equator. HEX triplet: DC, AE and 5F. RGB value is (220,174,95). Sum of RGB (Red+Green+Blue) = 220+174+95=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE5F is #2351A0. Grayscale: #B3B3B3. Windows color (decimal): -2314657 or 6270684. OLE color: 6270684.

HSL color Cylindrical-coordinate representation of color #DCAE5F: hue angle of 37.92º 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 #DCAE5F is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 174 95 -
CMYK 0 0.21 0.57 0.14
HSL 37.92º 0.64% 0.62% -
HSV(B) 37.92º 0.57% 0.86% -
XYZ 46.72 46.31 17.3 -
YUV 178.75 80.74 157.42 -
System Red Green Blue C M Y K H S L
Decimal 220 174 95 0 0.21 0.57 0.14 37.92 0.64 0.62
Hex DC AE 5F 0 15 39 E 26 40 3E
Octal 334 256 137 0 25 71 16 46 100 76
Binary 11011100 10101110 1011111 0 10101 111001 1110 100110 1000000 111110

Color Harmonies of #DCAE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE5F

Black with #DCAE5F

Text Example


Text Example

White with #DCAE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE5F; }

 p { color: rgb(220,174,95); }

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

background-color css

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

 a { background-color: rgb(220,174,95); }

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

border-color css

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

 span { border-color: rgb(220,174,95); }

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