Html Css Color HEX #D9BA96 Pancho

📋 copy color: '#D9BA96'

red 217 ◦ green 186 ◦ blue 150

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

Shades of Pancho #D9BA96

Tints of Pancho #D9BA96

RGB

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

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

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

R = 39.24%
G = 33.63%
B = 27.12%

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

#D9BA96 (or 0xD9BA96) is known color: Pancho. HEX triplet: D9, BA and 96. RGB value is (217,186,150). Sum of RGB (Red+Green+Blue) = 217+186+150=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BA96 is #264569. Grayscale: #BFBFBF. Windows color (decimal): -2508138 or 9878233. OLE color: 9878233.

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

Color convert

RGB 217 186 150 -
CMYK 0 0.14 0.31 0.15
HSL 32.24º 0.47% 0.72% -
HSV(B) 32.24º 0.31% 0.85% -
XYZ 51.68 52.07 36.18 -
YUV 191.17 104.77 146.43 -
System Red Green Blue C M Y K H S L
Decimal 217 186 150 0 0.14 0.31 0.15 32.24 0.47 0.72
Hex D9 BA 96 0 E 1F F 20 2F 48
Octal 331 272 226 0 16 37 17 40 57 110
Binary 11011001 10111010 10010110 0 1110 11111 1111 100000 101111 1001000

Color Harmonies of #D9BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA96

Black with #D9BA96

Text Example


Text Example

White with #D9BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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