Html Css Color HEX #D5B160 Equator

📋 copy color: '#D5B160'

red 213 ◦ green 177 ◦ blue 96

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

Shades of Equator #D5B160

Tints of Equator #D5B160

RGB

 RED value IS 213 (83.59% from 255) = 43.83%

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

 BLUE value IS 96 (37.89% from 255) = 19.75%

R = 43.83%
G = 36.42%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5B160 (or 0xD5B160) is known color: Equator. HEX triplet: D5, B1 and 60. RGB value is (213,177,96). Sum of RGB (Red+Green+Blue) = 213+177+96=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 177 (69.53% from 255 or 36.42% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B160 is #2A4E9F. Grayscale: #B2B2B2. Windows color (decimal): -2772640 or 6336981. OLE color: 6336981.

HSL color Cylindrical-coordinate representation of color #D5B160: hue angle of 41.54º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5B160 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 177 96 -
CMYK 0 0.17 0.55 0.16
HSL 41.54º 0.58% 0.61% -
HSV(B) 41.54º 0.55% 0.84% -
XYZ 45.27 46.43 17.64 -
YUV 178.53 81.43 152.59 -
System Red Green Blue C M Y K H S L
Decimal 213 177 96 0 0.17 0.55 0.16 41.54 0.58 0.61
Hex D5 B1 60 0 11 37 10 2A 3A 3D
Octal 325 261 140 0 21 67 20 52 72 75
Binary 11010101 10110001 1100000 0 10001 110111 10000 101010 111010 111101

Color Harmonies of #D5B160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B160

Black with #D5B160

Text Example


Text Example

White with #D5B160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B160; }

 p { color: rgb(213,177,96); }

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

background-color css

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

 a { background-color: rgb(213,177,96); }

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

border-color css

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

 span { border-color: rgb(213,177,96); }

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