Html Css Color HEX #D8BA96 Pancho

📋 copy color: '#D8BA96'

red 216 ◦ green 186 ◦ blue 150

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

Shades of Pancho #D8BA96

Tints of Pancho #D8BA96

RGB

 RED value IS 216 (84.77% from 255) = 39.13%

 GREEN value IS 186 (73.05% from 255) = 33.7%

 BLUE value IS 150 (58.98% from 255) = 27.17%

R = 39.13%
G = 33.7%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D8BA96 (or 0xD8BA96) is known color: Pancho. HEX triplet: D8, BA and 96. RGB value is (216,186,150). Sum of RGB (Red+Green+Blue) = 216+186+150=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BA96 is #274569. Grayscale: #BFBFBF. Windows color (decimal): -2573674 or 9878232. OLE color: 9878232.

HSL color Cylindrical-coordinate representation of color #D8BA96: hue angle of 32.73º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8BA96 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 186 150 -
CMYK 0 0.14 0.31 0.15
HSL 32.73º 0.46% 0.72% -
HSV(B) 32.73º 0.31% 0.85% -
XYZ 51.38 51.92 36.17 -
YUV 190.87 104.94 145.93 -
System Red Green Blue C M Y K H S L
Decimal 216 186 150 0 0.14 0.31 0.15 32.73 0.46 0.72
Hex D8 BA 96 0 E 1F F 21 2E 48
Octal 330 272 226 0 16 37 17 41 56 110
Binary 11011000 10111010 10010110 0 1110 11111 1111 100001 101110 1001000

Color Harmonies of #D8BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA96

Black with #D8BA96

Text Example


Text Example

White with #D8BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA96; }

 p { color: rgb(216,186,150); }

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

background-color css

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

 a { background-color: rgb(216,186,150); }

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

border-color css

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

 span { border-color: rgb(216,186,150); }

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