Html Css Color HEX #DCB858 Equator

📋 copy color: '#DCB858'

red 220 ◦ green 184 ◦ blue 88

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

Shades of Equator #DCB858

Tints of Equator #DCB858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.89%

R = 44.72%
G = 37.4%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCB858 (or 0xDCB858) is known color: Equator. HEX triplet: DC, B8 and 58. RGB value is (220,184,88). Sum of RGB (Red+Green+Blue) = 220+184+88=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB858 is #2347A7. Grayscale: #B8B8B8. Windows color (decimal): -2312104 or 5814492. OLE color: 5814492.

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

Color convert

RGB 220 184 88 -
CMYK 0 0.16 0.6 0.14
HSL 43.64º 0.65% 0.6% -
HSV(B) 43.64º 0.6% 0.86% -
XYZ 48.42 50.2 16.37 -
YUV 183.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 220 184 88 0 0.16 0.6 0.14 43.64 0.65 0.6
Hex DC B8 58 0 10 3C E 2C 41 3C
Octal 334 270 130 0 20 74 16 54 101 74
Binary 11011100 10111000 1011000 0 10000 111100 1110 101100 1000001 111100

Color Harmonies of #DCB858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB858

Black with #DCB858

Text Example


Text Example

White with #DCB858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB858; }

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

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

background-color css

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

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

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

border-color css

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

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

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