Html Css Color HEX #D9B994 Pancho

📋 copy color: '#D9B994'

red 217 ◦ green 185 ◦ blue 148

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

Shades of Pancho #D9B994

Tints of Pancho #D9B994

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.64%

 BLUE value IS 148 (58.2% from 255) = 26.91%

R = 39.45%
G = 33.64%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D9B994 (or 0xD9B994) is known color: Pancho. HEX triplet: D9, B9 and 94. RGB value is (217,185,148). Sum of RGB (Red+Green+Blue) = 217+185+148=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B994 is #26466B. Grayscale: #BEBEBE. Windows color (decimal): -2508396 or 9746905. OLE color: 9746905.

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

Color convert

RGB 217 185 148 -
CMYK 0 0.15 0.32 0.15
HSL 32.17º 0.48% 0.72% -
HSV(B) 32.17º 0.32% 0.85% -
XYZ 51.31 51.59 35.27 -
YUV 190.35 104.1 147.01 -
System Red Green Blue C M Y K H S L
Decimal 217 185 148 0 0.15 0.32 0.15 32.17 0.48 0.72
Hex D9 B9 94 0 F 20 F 20 30 48
Octal 331 271 224 0 17 40 17 40 60 110
Binary 11011001 10111001 10010100 0 1111 100000 1111 100000 110000 1001000

Color Harmonies of #D9B994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B994

Black with #D9B994

Text Example


Text Example

White with #D9B994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B994; }

 p { color: rgb(217,185,148); }

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

background-color css

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

 a { background-color: rgb(217,185,148); }

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

border-color css

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

 span { border-color: rgb(217,185,148); }

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