Html Css Color HEX #DCAB68 Equator

📋 copy color: '#DCAB68'

red 220 ◦ green 171 ◦ blue 104

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

Shades of Equator #DCAB68

Tints of Equator #DCAB68

RGB

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

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

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

R = 44.44%
G = 34.55%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCAB68 (or 0xDCAB68) is known color: Equator. HEX triplet: DC, AB and 68. RGB value is (220,171,104). Sum of RGB (Red+Green+Blue) = 220+171+104=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB68 is #235497. Grayscale: #B2B2B2. Windows color (decimal): -2315416 or 6859740. OLE color: 6859740.

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

Color convert

RGB 220 171 104 -
CMYK 0 0.22 0.53 0.14
HSL 34.66º 0.62% 0.64% -
HSV(B) 34.66º 0.53% 0.86% -
XYZ 46.58 45.34 19.39 -
YUV 178.01 86.23 157.95 -
System Red Green Blue C M Y K H S L
Decimal 220 171 104 0 0.22 0.53 0.14 34.66 0.62 0.64
Hex DC AB 68 0 16 35 E 23 3E 40
Octal 334 253 150 0 26 65 16 43 76 100
Binary 11011100 10101011 1101000 0 10110 110101 1110 100011 111110 1000000

Color Harmonies of #DCAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB68

Black with #DCAB68

Text Example


Text Example

White with #DCAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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