Html Css Color HEX #DEB699 Pancho

📋 copy color: '#DEB699'

red 222 ◦ green 182 ◦ blue 153

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

Shades of Pancho #DEB699

Tints of Pancho #DEB699

RGB

 RED value IS 222 (87.11% from 255) = 39.86%

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

 BLUE value IS 153 (60.16% from 255) = 27.47%

R = 39.86%
G = 32.68%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DEB699 (or 0xDEB699) is known color: Pancho. HEX triplet: DE, B6 and 99. RGB value is (222,182,153). Sum of RGB (Red+Green+Blue) = 222+182+153=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB699 is #214966. Grayscale: #BEBEBE. Windows color (decimal): -2181479 or 10073822. OLE color: 10073822.

HSL color Cylindrical-coordinate representation of color #DEB699: hue angle of 25.22º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEB699 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 182 153 -
CMYK 0 0.18 0.31 0.13
HSL 25.22º 0.51% 0.74% -
HSV(B) 25.22º 0.31% 0.87% -
XYZ 52.6 51.29 37.26 -
YUV 190.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 222 182 153 0 0.18 0.31 0.13 25.22 0.51 0.74
Hex DE B6 99 0 12 1F D 19 33 4A
Octal 336 266 231 0 22 37 15 31 63 112
Binary 11011110 10110110 10011001 0 10010 11111 1101 11001 110011 1001010

Color Harmonies of #DEB699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB699

Black with #DEB699

Text Example


Text Example

White with #DEB699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB699; }

 p { color: rgb(222,182,153); }

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

background-color css

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

 a { background-color: rgb(222,182,153); }

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

border-color css

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

 span { border-color: rgb(222,182,153); }

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