Html Css Color HEX #DEB296 Pancho

📋 copy color: '#DEB296'

red 222 ◦ green 178 ◦ blue 150

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

Shades of Pancho #DEB296

Tints of Pancho #DEB296

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.36%

 BLUE value IS 150 (58.98% from 255) = 27.27%

R = 40.36%
G = 32.36%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DEB296 (or 0xDEB296) is known color: Pancho. HEX triplet: DE, B2 and 96. RGB value is (222,178,150). Sum of RGB (Red+Green+Blue) = 222+178+150=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEB296 is #214D69. Grayscale: #BCBCBC. Windows color (decimal): -2182506 or 9876190. OLE color: 9876190.

HSL color Cylindrical-coordinate representation of color #DEB296: hue angle of 23.33º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEB296 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 178 150 -
CMYK 0 0.20 0.32 0.13
HSL 23.33º 0.52% 0.73% -
HSV(B) 23.33º 0.32% 0.87% -
XYZ 51.55 49.57 35.71 -
YUV 187.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 222 178 150 0 0.20 0.32 0.13 23.33 0.52 0.73
Hex DE B2 96 0 14 20 D 17 34 49
Octal 336 262 226 0 24 40 15 27 64 111
Binary 11011110 10110010 10010110 0 10100 100000 1101 10111 110100 1001001

Color Harmonies of #DEB296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB296

Black with #DEB296

Text Example


Text Example

White with #DEB296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB296; }

 p { color: rgb(222,178,150); }

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

background-color css

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

 a { background-color: rgb(222,178,150); }

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

border-color css

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

 span { border-color: rgb(222,178,150); }

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