Html Css Color HEX #DCB957 Equator

📋 copy color: '#DCB957'

red 220 ◦ green 185 ◦ blue 87

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

Shades of Equator #DCB957

Tints of Equator #DCB957

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.6%

 BLUE value IS 87 (34.38% from 255) = 17.68%

R = 44.72%
G = 37.6%
B = 17.68%

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

#DCB957 (or 0xDCB957) is known color: Equator. HEX triplet: DC, B9 and 57. RGB value is (220,185,87). Sum of RGB (Red+Green+Blue) = 220+185+87=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB957 is #2346A8. Grayscale: #B8B8B8. Windows color (decimal): -2311849 or 5749212. OLE color: 5749212.

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

Color convert

RGB 220 185 87 -
CMYK 0 0.16 0.60 0.14
HSL 44.21º 0.66% 0.6% -
HSV(B) 44.21º 0.6% 0.86% -
XYZ 48.58 50.6 16.22 -
YUV 184.29 73.1 153.47 -
System Red Green Blue C M Y K H S L
Decimal 220 185 87 0 0.16 0.60 0.14 44.21 0.66 0.6
Hex DC B9 57 0 10 3C E 2C 42 3C
Octal 334 271 127 0 20 74 16 54 102 74
Binary 11011100 10111001 1010111 0 10000 111100 1110 101100 1000010 111100

Color Harmonies of #DCB957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB957

Black with #DCB957

Text Example


Text Example

White with #DCB957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB957; }

 p { color: rgb(220,185,87); }

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

background-color css

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

 a { background-color: rgb(220,185,87); }

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

border-color css

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

 span { border-color: rgb(220,185,87); }

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