Html Css Color HEX #D9B694 Pancho

📋 copy color: '#D9B694'

red 217 ◦ green 182 ◦ blue 148

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

Shades of Pancho #D9B694

Tints of Pancho #D9B694

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.27%

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

R = 39.67%
G = 33.27%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D9B694 (or 0xD9B694) is known color: Pancho. HEX triplet: D9, B6 and 94. RGB value is (217,182,148). Sum of RGB (Red+Green+Blue) = 217+182+148=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B694 is #26496B. Grayscale: #BCBCBC. Windows color (decimal): -2509164 or 9746137. OLE color: 9746137.

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

Color convert

RGB 217 182 148 -
CMYK 0 0.16 0.32 0.15
HSL 29.57º 0.48% 0.72% -
HSV(B) 29.57º 0.32% 0.85% -
XYZ 50.69 50.35 35.06 -
YUV 188.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 217 182 148 0 0.16 0.32 0.15 29.57 0.48 0.72
Hex D9 B6 94 0 10 20 F 1E 30 48
Octal 331 266 224 0 20 40 17 36 60 110
Binary 11011001 10110110 10010100 0 10000 100000 1111 11110 110000 1001000

Color Harmonies of #D9B694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B694

Black with #D9B694

Text Example


Text Example

White with #D9B694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B694; }

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

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

background-color css

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

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

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

border-color css

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

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

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