Html Css Color HEX #DCAE61 Equator

📋 copy color: '#DCAE61'

red 220 ◦ green 174 ◦ blue 97

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

Shades of Equator #DCAE61

Tints of Equator #DCAE61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.76%

R = 44.81%
G = 35.44%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCAE61 (or 0xDCAE61) is known color: Equator. HEX triplet: DC, AE and 61. RGB value is (220,174,97). Sum of RGB (Red+Green+Blue) = 220+174+97=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE61 is #23519E. Grayscale: #B3B3B3. Windows color (decimal): -2314655 or 6401756. OLE color: 6401756.

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

Color convert

RGB 220 174 97 -
CMYK 0 0.21 0.56 0.14
HSL 37.56º 0.64% 0.62% -
HSV(B) 37.56º 0.56% 0.86% -
XYZ 46.81 46.35 17.79 -
YUV 178.98 81.74 157.26 -
System Red Green Blue C M Y K H S L
Decimal 220 174 97 0 0.21 0.56 0.14 37.56 0.64 0.62
Hex DC AE 61 0 15 38 E 26 40 3E
Octal 334 256 141 0 25 70 16 46 100 76
Binary 11011100 10101110 1100001 0 10101 111000 1110 100110 1000000 111110

Color Harmonies of #DCAE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE61

Black with #DCAE61

Text Example


Text Example

White with #DCAE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE61; }

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

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

background-color css

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

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

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

border-color css

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

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

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