Html Css Color HEX #D7B165 Equator

📋 copy color: '#D7B165'

red 215 ◦ green 177 ◦ blue 101

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

Shades of Equator #D7B165

Tints of Equator #D7B165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.49%

R = 43.61%
G = 35.9%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7B165 (or 0xD7B165) is known color: Equator. HEX triplet: D7, B1 and 65. RGB value is (215,177,101). Sum of RGB (Red+Green+Blue) = 215+177+101=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B165 is #284E9A. Grayscale: #B4B4B4. Windows color (decimal): -2641563 or 6664663. OLE color: 6664663.

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

Color convert

RGB 215 177 101 -
CMYK 0 0.18 0.53 0.16
HSL 40º 0.59% 0.62% -
HSV(B) 40º 0.53% 0.84% -
XYZ 46.1 46.83 18.92 -
YUV 179.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 215 177 101 0 0.18 0.53 0.16 40 0.59 0.62
Hex D7 B1 65 0 12 35 10 28 3B 3E
Octal 327 261 145 0 22 65 20 50 73 76
Binary 11010111 10110001 1100101 0 10010 110101 10000 101000 111011 111110

Color Harmonies of #D7B165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B165

Black with #D7B165

Text Example


Text Example

White with #D7B165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B165; }

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

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

background-color css

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

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

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

border-color css

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

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

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