Html Css Color HEX #D9BC95 Pancho

📋 copy color: '#D9BC95'

red 217 ◦ green 188 ◦ blue 149

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

Shades of Pancho #D9BC95

Tints of Pancho #D9BC95

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.94%

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

R = 39.17%
G = 33.94%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D9BC95 (or 0xD9BC95) is known color: Pancho. HEX triplet: D9, BC and 95. RGB value is (217,188,149). Sum of RGB (Red+Green+Blue) = 217+188+149=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BC95 is #26436A. Grayscale: #C0C0C0. Windows color (decimal): -2507627 or 9813209. OLE color: 9813209.

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

Color convert

RGB 217 188 149 -
CMYK 0 0.13 0.31 0.15
HSL 34.41º 0.47% 0.72% -
HSV(B) 34.41º 0.31% 0.85% -
XYZ 52.02 52.89 35.9 -
YUV 192.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 217 188 149 0 0.13 0.31 0.15 34.41 0.47 0.72
Hex D9 BC 95 0 D 1F F 22 2F 48
Octal 331 274 225 0 15 37 17 42 57 110
Binary 11011001 10111100 10010101 0 1101 11111 1111 100010 101111 1001000

Color Harmonies of #D9BC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BC95

Black with #D9BC95

Text Example


Text Example

White with #D9BC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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