Html Css Color HEX #DCAE6D Equator

📋 copy color: '#DCAE6D'

red 220 ◦ green 174 ◦ blue 109

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

Shades of Equator #DCAE6D

Tints of Equator #DCAE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.67%

R = 43.74%
G = 34.59%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCAE6D (or 0xDCAE6D) is known color: Equator. HEX triplet: DC, AE and 6D. RGB value is (220,174,109). Sum of RGB (Red+Green+Blue) = 220+174+109=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE6D is #235192. Grayscale: #B4B4B4. Windows color (decimal): -2314643 or 7188188. OLE color: 7188188.

HSL color Cylindrical-coordinate representation of color #DCAE6D: hue angle of 35.14º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCAE6D is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 174 109 -
CMYK 0 0.21 0.50 0.14
HSL 35.14º 0.61% 0.65% -
HSV(B) 35.14º 0.5% 0.86% -
XYZ 47.41 46.59 20.96 -
YUV 180.34 87.74 156.29 -
System Red Green Blue C M Y K H S L
Decimal 220 174 109 0 0.21 0.50 0.14 35.14 0.61 0.65
Hex DC AE 6D 0 15 32 E 23 3D 41
Octal 334 256 155 0 25 62 16 43 75 101
Binary 11011100 10101110 1101101 0 10101 110010 1110 100011 111101 1000001

Color Harmonies of #DCAE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE6D

Black with #DCAE6D

Text Example


Text Example

White with #DCAE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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