Html Css Color HEX #D8BE97 Pancho

📋 copy color: '#D8BE97'

red 216 ◦ green 190 ◦ blue 151

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

Shades of Pancho #D8BE97

Tints of Pancho #D8BE97

RGB

 RED value IS 216 (84.77% from 255) = 38.78%

 GREEN value IS 190 (74.61% from 255) = 34.11%

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

R = 38.78%
G = 34.11%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D8BE97 (or 0xD8BE97) is known color: Pancho. HEX triplet: D8, BE and 97. RGB value is (216,190,151). Sum of RGB (Red+Green+Blue) = 216+190+151=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 151 (59.38% from 255 or 27.11% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BE97 is #274168. Grayscale: #C1C1C1. Windows color (decimal): -2572649 or 9944792. OLE color: 9944792.

HSL color Cylindrical-coordinate representation of color #D8BE97: hue angle of 36º degrees, saturation: 0.45, 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 #D8BE97 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 190 151 -
CMYK 0 0.12 0.30 0.15
HSL 36º 0.45% 0.72% -
HSV(B) 36º 0.3% 0.85% -
XYZ 52.32 53.66 36.88 -
YUV 193.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 216 190 151 0 0.12 0.30 0.15 36 0.45 0.72
Hex D8 BE 97 0 C 1E F 24 2D 48
Octal 330 276 227 0 14 36 17 44 55 110
Binary 11011000 10111110 10010111 0 1100 11110 1111 100100 101101 1001000

Color Harmonies of #D8BE97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BE97

Black with #D8BE97

Text Example


Text Example

White with #D8BE97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BE97; }

 p { color: rgb(216,190,151); }

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

background-color css

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

 a { background-color: rgb(216,190,151); }

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

border-color css

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

 span { border-color: rgb(216,190,151); }

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