Html Css Color HEX #D9BD97 Pancho

📋 copy color: '#D9BD97'

red 217 ◦ green 189 ◦ blue 151

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

Shades of Pancho #D9BD97

Tints of Pancho #D9BD97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.11%

R = 38.96%
G = 33.93%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D9BD97 (or 0xD9BD97) is known color: Pancho. HEX triplet: D9, BD and 97. RGB value is (217,189,151). Sum of RGB (Red+Green+Blue) = 217+189+151=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BD97 is #264268. Grayscale: #C1C1C1. Windows color (decimal): -2507369 or 9944537. OLE color: 9944537.

HSL color Cylindrical-coordinate representation of color #D9BD97: hue angle of 34.55º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9BD97 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 189 151 -
CMYK 0 0.13 0.30 0.15
HSL 34.55º 0.46% 0.72% -
HSV(B) 34.55º 0.3% 0.85% -
XYZ 52.4 53.38 36.82 -
YUV 193.04 104.28 145.09 -
System Red Green Blue C M Y K H S L
Decimal 217 189 151 0 0.13 0.30 0.15 34.55 0.46 0.72
Hex D9 BD 97 0 D 1E F 23 2E 48
Octal 331 275 227 0 15 36 17 43 56 110
Binary 11011001 10111101 10010111 0 1101 11110 1111 100011 101110 1001000

Color Harmonies of #D9BD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BD97

Black with #D9BD97

Text Example


Text Example

White with #D9BD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BD97; }

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

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

background-color css

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

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

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

border-color css

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

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

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