Html Css Color HEX #D8B994 Pancho

📋 copy color: '#D8B994'

red 216 ◦ green 185 ◦ blue 148

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

Shades of Pancho #D8B994

Tints of Pancho #D8B994

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.7%

 BLUE value IS 148 (58.2% from 255) = 26.96%

R = 39.34%
G = 33.7%
B = 26.96%

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

#D8B994 (or 0xD8B994) is known color: Pancho. HEX triplet: D8, B9 and 94. RGB value is (216,185,148). Sum of RGB (Red+Green+Blue) = 216+185+148=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B994 is #27466B. Grayscale: #BEBEBE. Windows color (decimal): -2573932 or 9746904. OLE color: 9746904.

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

Color convert

RGB 216 185 148 -
CMYK 0 0.14 0.31 0.15
HSL 32.65º 0.47% 0.71% -
HSV(B) 32.65º 0.31% 0.85% -
XYZ 51.01 51.43 35.26 -
YUV 190.05 104.27 146.51 -
System Red Green Blue C M Y K H S L
Decimal 216 185 148 0 0.14 0.31 0.15 32.65 0.47 0.71
Hex D8 B9 94 0 E 1F F 21 2F 47
Octal 330 271 224 0 16 37 17 41 57 107
Binary 11011000 10111001 10010100 0 1110 11111 1111 100001 101111 1000111

Color Harmonies of #D8B994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B994

Black with #D8B994

Text Example


Text Example

White with #D8B994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B994; }

 p { color: rgb(216,185,148); }

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

background-color css

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

 a { background-color: rgb(216,185,148); }

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

border-color css

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

 span { border-color: rgb(216,185,148); }

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