Html Css Color HEX #DCAD64 Equator

📋 copy color: '#DCAD64'

red 220 ◦ green 173 ◦ blue 100

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

Shades of Equator #DCAD64

Tints of Equator #DCAD64

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.09%

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

R = 44.62%
G = 35.09%
B = 20.28%

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

#DCAD64 (or 0xDCAD64) is known color: Equator. HEX triplet: DC, AD and 64. RGB value is (220,173,100). Sum of RGB (Red+Green+Blue) = 220+173+100=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD64 is #23529B. Grayscale: #B3B3B3. Windows color (decimal): -2314908 or 6598108. OLE color: 6598108.

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

Color convert

RGB 220 173 100 -
CMYK 0 0.21 0.55 0.14
HSL 36.5º 0.63% 0.63% -
HSV(B) 36.5º 0.55% 0.86% -
XYZ 46.76 46.02 18.48 -
YUV 178.73 83.57 157.44 -
System Red Green Blue C M Y K H S L
Decimal 220 173 100 0 0.21 0.55 0.14 36.5 0.63 0.63
Hex DC AD 64 0 15 37 E 24 3F 3F
Octal 334 255 144 0 25 67 16 44 77 77
Binary 11011100 10101101 1100100 0 10101 110111 1110 100100 111111 111111

Color Harmonies of #DCAD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD64

Black with #DCAD64

Text Example


Text Example

White with #DCAD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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