Html Css Color HEX #D8B160 Equator

📋 copy color: '#D8B160'

red 216 ◦ green 177 ◦ blue 96

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

Shades of Equator #D8B160

Tints of Equator #D8B160

RGB

 RED value IS 216 (84.77% from 255) = 44.17%

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

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

R = 44.17%
G = 36.2%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8B160 (or 0xD8B160) is known color: Equator. HEX triplet: D8, B1 and 60. RGB value is (216,177,96). Sum of RGB (Red+Green+Blue) = 216+177+96=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B160 is #274E9F. Grayscale: #B3B3B3. Windows color (decimal): -2576032 or 6336984. OLE color: 6336984.

HSL color Cylindrical-coordinate representation of color #D8B160: hue angle of 40.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8B160 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 177 96 -
CMYK 0 0.18 0.56 0.15
HSL 40.5º 0.61% 0.61% -
HSV(B) 40.5º 0.56% 0.85% -
XYZ 46.15 46.89 17.68 -
YUV 179.43 80.92 154.09 -
System Red Green Blue C M Y K H S L
Decimal 216 177 96 0 0.18 0.56 0.15 40.5 0.61 0.61
Hex D8 B1 60 0 12 38 F 28 3D 3D
Octal 330 261 140 0 22 70 17 50 75 75
Binary 11011000 10110001 1100000 0 10010 111000 1111 101000 111101 111101

Color Harmonies of #D8B160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B160

Black with #D8B160

Text Example


Text Example

White with #D8B160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B160; }

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

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

background-color css

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

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

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

border-color css

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

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

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