Html Css Color HEX #DCB861 Equator

📋 copy color: '#DCB861'

red 220 ◦ green 184 ◦ blue 97

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

Shades of Equator #DCB861

Tints of Equator #DCB861

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.73%

 BLUE value IS 97 (38.28% from 255) = 19.36%

R = 43.91%
G = 36.73%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCB861 (or 0xDCB861) is known color: Equator. HEX triplet: DC, B8 and 61. RGB value is (220,184,97). Sum of RGB (Red+Green+Blue) = 220+184+97=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB861 is #23479E. Grayscale: #B9B9B9. Windows color (decimal): -2312095 or 6404316. OLE color: 6404316.

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

Color convert

RGB 220 184 97 -
CMYK 0 0.16 0.56 0.14
HSL 42.44º 0.64% 0.62% -
HSV(B) 42.44º 0.56% 0.86% -
XYZ 48.81 50.36 18.46 -
YUV 184.85 78.43 153.07 -
System Red Green Blue C M Y K H S L
Decimal 220 184 97 0 0.16 0.56 0.14 42.44 0.64 0.62
Hex DC B8 61 0 10 38 E 2A 40 3E
Octal 334 270 141 0 20 70 16 52 100 76
Binary 11011100 10111000 1100001 0 10000 111000 1110 101010 1000000 111110

Color Harmonies of #DCB861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB861

Black with #DCB861

Text Example


Text Example

White with #DCB861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB861; }

 p { color: rgb(220,184,97); }

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

background-color css

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

 a { background-color: rgb(220,184,97); }

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

border-color css

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

 span { border-color: rgb(220,184,97); }

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