Html Css Color HEX #D8BA93 Pancho

📋 copy color: '#D8BA93'

red 216 ◦ green 186 ◦ blue 147

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

Shades of Pancho #D8BA93

Tints of Pancho #D8BA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.78%

R = 39.34%
G = 33.88%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D8BA93 (or 0xD8BA93) is known color: Pancho. HEX triplet: D8, BA and 93. RGB value is (216,186,147). Sum of RGB (Red+Green+Blue) = 216+186+147=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BA93 is #27456C. Grayscale: #BEBEBE. Windows color (decimal): -2573677 or 9681624. OLE color: 9681624.

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

Color convert

RGB 216 186 147 -
CMYK 0 0.14 0.32 0.15
HSL 33.91º 0.47% 0.71% -
HSV(B) 33.91º 0.32% 0.85% -
XYZ 51.14 51.82 34.91 -
YUV 190.52 103.44 146.17 -
System Red Green Blue C M Y K H S L
Decimal 216 186 147 0 0.14 0.32 0.15 33.91 0.47 0.71
Hex D8 BA 93 0 E 20 F 22 2F 47
Octal 330 272 223 0 16 40 17 42 57 107
Binary 11011000 10111010 10010011 0 1110 100000 1111 100010 101111 1000111

Color Harmonies of #D8BA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA93

Black with #D8BA93

Text Example


Text Example

White with #D8BA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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