Html Css Color HEX #DCB759 Equator

📋 copy color: '#DCB759'

red 220 ◦ green 183 ◦ blue 89

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

Shades of Equator #DCB759

Tints of Equator #DCB759

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.2%

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

R = 44.72%
G = 37.2%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DCB759 (or 0xDCB759) is known color: Equator. HEX triplet: DC, B7 and 59. RGB value is (220,183,89). Sum of RGB (Red+Green+Blue) = 220+183+89=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB759 is #2348A6. Grayscale: #B7B7B7. Windows color (decimal): -2312359 or 5879772. OLE color: 5879772.

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

Color convert

RGB 220 183 89 -
CMYK 0 0.17 0.60 0.14
HSL 43.05º 0.65% 0.61% -
HSV(B) 43.05º 0.6% 0.86% -
XYZ 48.25 49.8 16.52 -
YUV 183.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 220 183 89 0 0.17 0.60 0.14 43.05 0.65 0.61
Hex DC B7 59 0 11 3C E 2B 41 3D
Octal 334 267 131 0 21 74 16 53 101 75
Binary 11011100 10110111 1011001 0 10001 111100 1110 101011 1000001 111101

Color Harmonies of #DCB759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB759

Black with #DCB759

Text Example


Text Example

White with #DCB759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB759; }

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

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

background-color css

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

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

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

border-color css

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

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

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