Html Css Color HEX #D5B166 Equator

📋 copy color: '#D5B166'

red 213 ◦ green 177 ◦ blue 102

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

Shades of Equator #D5B166

Tints of Equator #D5B166

RGB

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

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

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

R = 43.29%
G = 35.98%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D5B166 (or 0xD5B166) is known color: Equator. HEX triplet: D5, B1 and 66. RGB value is (213,177,102). Sum of RGB (Red+Green+Blue) = 213+177+102=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B166 is #2A4E99. Grayscale: #B3B3B3. Windows color (decimal): -2772634 or 6730197. OLE color: 6730197.

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

Color convert

RGB 213 177 102 -
CMYK 0 0.17 0.52 0.16
HSL 40.54º 0.57% 0.62% -
HSV(B) 40.54º 0.52% 0.84% -
XYZ 45.56 46.55 19.15 -
YUV 179.21 84.43 152.1 -
System Red Green Blue C M Y K H S L
Decimal 213 177 102 0 0.17 0.52 0.16 40.54 0.57 0.62
Hex D5 B1 66 0 11 34 10 29 39 3E
Octal 325 261 146 0 21 64 20 51 71 76
Binary 11010101 10110001 1100110 0 10001 110100 10000 101001 111001 111110

Color Harmonies of #D5B166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B166

Black with #D5B166

Text Example


Text Example

White with #D5B166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B166; }

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

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

background-color css

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

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

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

border-color css

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

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

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