Html Css Color HEX #DCB859 Equator

📋 copy color: '#DCB859'

red 220 ◦ green 184 ◦ blue 89

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

Shades of Equator #DCB859

Tints of Equator #DCB859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.05%

R = 44.62%
G = 37.32%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCB859 (or 0xDCB859) is known color: Equator. HEX triplet: DC, B8 and 59. RGB value is (220,184,89). Sum of RGB (Red+Green+Blue) = 220+184+89=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 89 (35.16% from 255 or 18.05% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB859 is #2347A6. Grayscale: #B8B8B8. Windows color (decimal): -2312103 or 5880028. OLE color: 5880028.

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

Color convert

RGB 220 184 89 -
CMYK 0 0.16 0.60 0.14
HSL 43.51º 0.65% 0.61% -
HSV(B) 43.51º 0.6% 0.86% -
XYZ 48.46 50.22 16.59 -
YUV 183.93 74.43 153.72 -
System Red Green Blue C M Y K H S L
Decimal 220 184 89 0 0.16 0.60 0.14 43.51 0.65 0.61
Hex DC B8 59 0 10 3C E 2C 41 3D
Octal 334 270 131 0 20 74 16 54 101 75
Binary 11011100 10111000 1011001 0 10000 111100 1110 101100 1000001 111101

Color Harmonies of #DCB859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB859

Black with #DCB859

Text Example


Text Example

White with #DCB859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB859; }

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

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

background-color css

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

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

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

border-color css

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

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

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