Html Css Color HEX #D7B159 Equator

📋 copy color: '#D7B159'

red 215 ◦ green 177 ◦ blue 89

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

Shades of Equator #D7B159

Tints of Equator #D7B159

RGB

 RED value IS 215 (84.38% from 255) = 44.7%

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

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

R = 44.7%
G = 36.8%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D7B159 (or 0xD7B159) is known color: Equator. HEX triplet: D7, B1 and 59. RGB value is (215,177,89). Sum of RGB (Red+Green+Blue) = 215+177+89=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 89 (35.16% from 255 or 18.50% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B159 is #284EA6. Grayscale: #B2B2B2. Windows color (decimal): -2641575 or 5878231. OLE color: 5878231.

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

Color convert

RGB 215 177 89 -
CMYK 0 0.18 0.59 0.16
HSL 41.9º 0.61% 0.6% -
HSV(B) 41.9º 0.59% 0.84% -
XYZ 45.55 46.61 16.05 -
YUV 178.33 77.59 154.16 -
System Red Green Blue C M Y K H S L
Decimal 215 177 89 0 0.18 0.59 0.16 41.9 0.61 0.6
Hex D7 B1 59 0 12 3B 10 2A 3D 3C
Octal 327 261 131 0 22 73 20 52 75 74
Binary 11010111 10110001 1011001 0 10010 111011 10000 101010 111101 111100

Color Harmonies of #D7B159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B159

Black with #D7B159

Text Example


Text Example

White with #D7B159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B159; }

 p { color: rgb(215,177,89); }

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

background-color css

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

 a { background-color: rgb(215,177,89); }

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

border-color css

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

 span { border-color: rgb(215,177,89); }

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