Html Css Color HEX #DEB498 Pancho

📋 copy color: '#DEB498'

red 222 ◦ green 180 ◦ blue 152

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

Shades of Pancho #DEB498

Tints of Pancho #DEB498

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.49%

 BLUE value IS 152 (59.77% from 255) = 27.44%

R = 40.07%
G = 32.49%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DEB498 (or 0xDEB498) is known color: Pancho. HEX triplet: DE, B4 and 98. RGB value is (222,180,152). Sum of RGB (Red+Green+Blue) = 222+180+152=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB498 is #214B67. Grayscale: #BDBDBD. Windows color (decimal): -2181992 or 10007774. OLE color: 10007774.

HSL color Cylindrical-coordinate representation of color #DEB498: hue angle of 24º degrees, saturation: 0.51, 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 #DEB498 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 180 152 -
CMYK 0 0.19 0.32 0.13
HSL 24º 0.51% 0.73% -
HSV(B) 24º 0.32% 0.87% -
XYZ 52.11 50.44 36.69 -
YUV 189.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 222 180 152 0 0.19 0.32 0.13 24 0.51 0.73
Hex DE B4 98 0 13 20 D 18 33 49
Octal 336 264 230 0 23 40 15 30 63 111
Binary 11011110 10110100 10011000 0 10011 100000 1101 11000 110011 1001001

Color Harmonies of #DEB498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB498

Black with #DEB498

Text Example


Text Example

White with #DEB498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB498; }

 p { color: rgb(222,180,152); }

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

background-color css

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

 a { background-color: rgb(222,180,152); }

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

border-color css

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

 span { border-color: rgb(222,180,152); }

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