Html Css Color HEX #DCAD68 Equator

📋 copy color: '#DCAD68'

red 220 ◦ green 173 ◦ blue 104

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

Shades of Equator #DCAD68

Tints of Equator #DCAD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.93%

R = 44.27%
G = 34.81%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCAD68 (or 0xDCAD68) is known color: Equator. HEX triplet: DC, AD and 68. RGB value is (220,173,104). Sum of RGB (Red+Green+Blue) = 220+173+104=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD68 is #235297. Grayscale: #B3B3B3. Windows color (decimal): -2314904 or 6860252. OLE color: 6860252.

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

Color convert

RGB 220 173 104 -
CMYK 0 0.21 0.53 0.14
HSL 35.69º 0.62% 0.64% -
HSV(B) 35.69º 0.53% 0.86% -
XYZ 46.96 46.1 19.52 -
YUV 179.19 85.57 157.11 -
System Red Green Blue C M Y K H S L
Decimal 220 173 104 0 0.21 0.53 0.14 35.69 0.62 0.64
Hex DC AD 68 0 15 35 E 24 3E 40
Octal 334 255 150 0 25 65 16 44 76 100
Binary 11011100 10101101 1101000 0 10101 110101 1110 100100 111110 1000000

Color Harmonies of #DCAD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD68

Black with #DCAD68

Text Example


Text Example

White with #DCAD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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