Html Css Color HEX #DCAE64 Equator

📋 copy color: '#DCAE64'

red 220 ◦ green 174 ◦ blue 100

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

Shades of Equator #DCAE64

Tints of Equator #DCAE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.24%

R = 44.53%
G = 35.22%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCAE64 (or 0xDCAE64) is known color: Equator. HEX triplet: DC, AE and 64. RGB value is (220,174,100). Sum of RGB (Red+Green+Blue) = 220+174+100=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE64 is #23519B. Grayscale: #B3B3B3. Windows color (decimal): -2314652 or 6598364. OLE color: 6598364.

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

Color convert

RGB 220 174 100 -
CMYK 0 0.21 0.55 0.14
HSL 37º 0.63% 0.63% -
HSV(B) 37º 0.55% 0.86% -
XYZ 46.95 46.41 18.54 -
YUV 179.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 220 174 100 0 0.21 0.55 0.14 37 0.63 0.63
Hex DC AE 64 0 15 37 E 25 3F 3F
Octal 334 256 144 0 25 67 16 45 77 77
Binary 11011100 10101110 1100100 0 10101 110111 1110 100101 111111 111111

Color Harmonies of #DCAE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE64

Black with #DCAE64

Text Example


Text Example

White with #DCAE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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