Html Css Color HEX #D6B164 Equator

📋 copy color: '#D6B164'

red 214 ◦ green 177 ◦ blue 100

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

Shades of Equator #D6B164

Tints of Equator #D6B164

RGB

 RED value IS 214 (83.98% from 255) = 43.58%

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

 BLUE value IS 100 (39.45% from 255) = 20.37%

R = 43.58%
G = 36.05%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6B164 (or 0xD6B164) is known color: Equator. HEX triplet: D6, B1 and 64. RGB value is (214,177,100). Sum of RGB (Red+Green+Blue) = 214+177+100=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B164 is #294E9B. Grayscale: #B3B3B3. Windows color (decimal): -2707100 or 6599126. OLE color: 6599126.

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

Color convert

RGB 214 177 100 -
CMYK 0 0.17 0.53 0.16
HSL 40.53º 0.58% 0.62% -
HSV(B) 40.53º 0.53% 0.84% -
XYZ 45.75 46.66 18.65 -
YUV 179.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 214 177 100 0 0.17 0.53 0.16 40.53 0.58 0.62
Hex D6 B1 64 0 11 35 10 29 3A 3E
Octal 326 261 144 0 21 65 20 51 72 76
Binary 11010110 10110001 1100100 0 10001 110101 10000 101001 111010 111110

Color Harmonies of #D6B164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B164

Black with #D6B164

Text Example


Text Example

White with #D6B164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B164; }

 p { color: rgb(214,177,100); }

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

background-color css

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

 a { background-color: rgb(214,177,100); }

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

border-color css

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

 span { border-color: rgb(214,177,100); }

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