Html Css Color HEX #D9BD96 Pancho

📋 copy color: '#D9BD96'

red 217 ◦ green 189 ◦ blue 150

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

Shades of Pancho #D9BD96

Tints of Pancho #D9BD96

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.99%

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

R = 39.03%
G = 33.99%
B = 26.98%

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

#D9BD96 (or 0xD9BD96) is known color: Pancho. HEX triplet: D9, BD and 96. RGB value is (217,189,150). Sum of RGB (Red+Green+Blue) = 217+189+150=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BD96 is #264269. Grayscale: #C1C1C1. Windows color (decimal): -2507370 or 9879001. OLE color: 9879001.

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

Color convert

RGB 217 189 150 -
CMYK 0 0.13 0.31 0.15
HSL 34.93º 0.47% 0.72% -
HSV(B) 34.93º 0.31% 0.85% -
XYZ 52.32 53.35 36.39 -
YUV 192.93 103.78 145.17 -
System Red Green Blue C M Y K H S L
Decimal 217 189 150 0 0.13 0.31 0.15 34.93 0.47 0.72
Hex D9 BD 96 0 D 1F F 23 2F 48
Octal 331 275 226 0 15 37 17 43 57 110
Binary 11011001 10111101 10010110 0 1101 11111 1111 100011 101111 1001000

Color Harmonies of #D9BD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BD96

Black with #D9BD96

Text Example


Text Example

White with #D9BD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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