Html Css Color HEX #DCAB64 Equator

📋 copy color: '#DCAB64'

red 220 ◦ green 171 ◦ blue 100

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

Shades of Equator #DCAB64

Tints of Equator #DCAB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.83%

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

R = 44.81%
G = 34.83%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCAB64 (or 0xDCAB64) is known color: Equator. HEX triplet: DC, AB and 64. RGB value is (220,171,100). Sum of RGB (Red+Green+Blue) = 220+171+100=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB64 is #23549B. Grayscale: #B1B1B1. Windows color (decimal): -2315420 or 6597596. OLE color: 6597596.

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

Color convert

RGB 220 171 100 -
CMYK 0 0.22 0.55 0.14
HSL 35.5º 0.63% 0.63% -
HSV(B) 35.5º 0.55% 0.86% -
XYZ 46.38 45.26 18.35 -
YUV 177.56 84.23 158.27 -
System Red Green Blue C M Y K H S L
Decimal 220 171 100 0 0.22 0.55 0.14 35.5 0.63 0.63
Hex DC AB 64 0 16 37 E 24 3F 3F
Octal 334 253 144 0 26 67 16 44 77 77
Binary 11011100 10101011 1100100 0 10110 110111 1110 100100 111111 111111

Color Harmonies of #DCAB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB64

Black with #DCAB64

Text Example


Text Example

White with #DCAB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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