Html Css Color HEX #D7B166 Equator

📋 copy color: '#D7B166'

red 215 ◦ green 177 ◦ blue 102

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

Shades of Equator #D7B166

Tints of Equator #D7B166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.65%

R = 43.52%
G = 35.83%
B = 20.65%

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

#D7B166 (or 0xD7B166) is known color: Equator. HEX triplet: D7, B1 and 66. RGB value is (215,177,102). Sum of RGB (Red+Green+Blue) = 215+177+102=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 177 (69.53% from 255 or 35.83% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B166 is #284E99. Grayscale: #B4B4B4. Windows color (decimal): -2641562 or 6730199. OLE color: 6730199.

HSL color Cylindrical-coordinate representation of color #D7B166: hue angle of 39.82º 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 #D7B166 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 177 102 -
CMYK 0 0.18 0.53 0.16
HSL 39.82º 0.59% 0.62% -
HSV(B) 39.82º 0.53% 0.84% -
XYZ 46.14 46.85 19.18 -
YUV 179.81 84.09 153.1 -
System Red Green Blue C M Y K H S L
Decimal 215 177 102 0 0.18 0.53 0.16 39.82 0.59 0.62
Hex D7 B1 66 0 12 35 10 28 3B 3E
Octal 327 261 146 0 22 65 20 50 73 76
Binary 11010111 10110001 1100110 0 10010 110101 10000 101000 111011 111110

Color Harmonies of #D7B166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B166

Black with #D7B166

Text Example


Text Example

White with #D7B166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B166; }

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

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

background-color css

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

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

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

border-color css

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

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

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