Html Css Color HEX #DCB15E Equator

📋 copy color: '#DCB15E'

red 220 ◦ green 177 ◦ blue 94

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

Shades of Equator #DCB15E

Tints of Equator #DCB15E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.05%

 BLUE value IS 94 (37.11% from 255) = 19.14%

R = 44.81%
G = 36.05%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCB15E (or 0xDCB15E) is known color: Equator. HEX triplet: DC, B1 and 5E. RGB value is (220,177,94). Sum of RGB (Red+Green+Blue) = 220+177+94=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 94 (37.11% from 255 or 19.14% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB15E is #234EA1. Grayscale: #B4B4B4. Windows color (decimal): -2313890 or 6205916. OLE color: 6205916.

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

Color convert

RGB 220 177 94 -
CMYK 0 0.20 0.57 0.14
HSL 39.52º 0.64% 0.62% -
HSV(B) 39.52º 0.57% 0.86% -
XYZ 47.26 47.47 17.26 -
YUV 180.4 79.25 156.25 -
System Red Green Blue C M Y K H S L
Decimal 220 177 94 0 0.20 0.57 0.14 39.52 0.64 0.62
Hex DC B1 5E 0 14 39 E 28 40 3E
Octal 334 261 136 0 24 71 16 50 100 76
Binary 11011100 10110001 1011110 0 10100 111001 1110 101000 1000000 111110

Color Harmonies of #DCB15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB15E

Black with #DCB15E

Text Example


Text Example

White with #DCB15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB15E; }

 p { color: rgb(220,177,94); }

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

background-color css

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

 a { background-color: rgb(220,177,94); }

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

border-color css

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

 span { border-color: rgb(220,177,94); }

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