Html Css Color HEX #D9BB95 Pancho

📋 copy color: '#D9BB95'

red 217 ◦ green 187 ◦ blue 149

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

Shades of Pancho #D9BB95

Tints of Pancho #D9BB95

RGB

 RED value IS 217 (85.16% from 255) = 39.24%

 GREEN value IS 187 (73.44% from 255) = 33.82%

 BLUE value IS 149 (58.59% from 255) = 26.94%

R = 39.24%
G = 33.82%
B = 26.94%

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

#D9BB95 (or 0xD9BB95) is known color: Pancho. HEX triplet: D9, BB and 95. RGB value is (217,187,149). Sum of RGB (Red+Green+Blue) = 217+187+149=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BB95 is #26446A. Grayscale: #BFBFBF. Windows color (decimal): -2507883 or 9812953. OLE color: 9812953.

HSL color Cylindrical-coordinate representation of color #D9BB95: hue angle of 33.53º degrees, saturation: 0.47, 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 #D9BB95 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 187 149 -
CMYK 0 0.14 0.31 0.15
HSL 33.53º 0.47% 0.72% -
HSV(B) 33.53º 0.31% 0.85% -
XYZ 51.81 52.46 35.83 -
YUV 191.64 103.94 146.09 -
System Red Green Blue C M Y K H S L
Decimal 217 187 149 0 0.14 0.31 0.15 33.53 0.47 0.72
Hex D9 BB 95 0 E 1F F 22 2F 48
Octal 331 273 225 0 16 37 17 42 57 110
Binary 11011001 10111011 10010101 0 1110 11111 1111 100010 101111 1001000

Color Harmonies of #D9BB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BB95

Black with #D9BB95

Text Example


Text Example

White with #D9BB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BB95; }

 p { color: rgb(217,187,149); }

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

background-color css

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

 a { background-color: rgb(217,187,149); }

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

border-color css

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

 span { border-color: rgb(217,187,149); }

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