Html Css Color HEX #DCAB62 Equator

📋 copy color: '#DCAB62'

red 220 ◦ green 171 ◦ blue 98

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

Shades of Equator #DCAB62

Tints of Equator #DCAB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.04%

R = 44.99%
G = 34.97%
B = 20.04%

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

#DCAB62 (or 0xDCAB62) is known color: Equator. HEX triplet: DC, AB and 62. RGB value is (220,171,98). Sum of RGB (Red+Green+Blue) = 220+171+98=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB62 is #23549D. Grayscale: #B1B1B1. Windows color (decimal): -2315422 or 6466524. OLE color: 6466524.

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

Color convert

RGB 220 171 98 -
CMYK 0 0.22 0.55 0.14
HSL 35.9º 0.64% 0.62% -
HSV(B) 35.9º 0.55% 0.86% -
XYZ 46.28 45.22 17.84 -
YUV 177.33 83.23 158.44 -
System Red Green Blue C M Y K H S L
Decimal 220 171 98 0 0.22 0.55 0.14 35.9 0.64 0.62
Hex DC AB 62 0 16 37 E 24 40 3E
Octal 334 253 142 0 26 67 16 44 100 76
Binary 11011100 10101011 1100010 0 10110 110111 1110 100100 1000000 111110

Color Harmonies of #DCAB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB62

Black with #DCAB62

Text Example


Text Example

White with #DCAB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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