Html Css Color HEX #D9B992 Pancho

📋 copy color: '#D9B992'

red 217 ◦ green 185 ◦ blue 146

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

Shades of Pancho #D9B992

Tints of Pancho #D9B992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.64%

R = 39.6%
G = 33.76%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D9B992 (or 0xD9B992) is known color: Pancho. HEX triplet: D9, B9 and 92. RGB value is (217,185,146). Sum of RGB (Red+Green+Blue) = 217+185+146=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B992 is #26466D. Grayscale: #BEBEBE. Windows color (decimal): -2508398 or 9615833. OLE color: 9615833.

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

Color convert

RGB 217 185 146 -
CMYK 0 0.15 0.33 0.15
HSL 32.96º 0.48% 0.71% -
HSV(B) 32.96º 0.33% 0.85% -
XYZ 51.15 51.52 34.44 -
YUV 190.12 103.1 147.17 -
System Red Green Blue C M Y K H S L
Decimal 217 185 146 0 0.15 0.33 0.15 32.96 0.48 0.71
Hex D9 B9 92 0 F 21 F 21 30 47
Octal 331 271 222 0 17 41 17 41 60 107
Binary 11011001 10111001 10010010 0 1111 100001 1111 100001 110000 1000111

Color Harmonies of #D9B992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B992

Black with #D9B992

Text Example


Text Example

White with #D9B992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B992; }

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

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

background-color css

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

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

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

border-color css

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

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

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