Html Css Color HEX #DEB58E Pancho

📋 copy color: '#DEB58E'

red 222 ◦ green 181 ◦ blue 142

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

Shades of Pancho #DEB58E

Tints of Pancho #DEB58E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.21%

 BLUE value IS 142 (55.86% from 255) = 26.06%

R = 40.73%
G = 33.21%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DEB58E (or 0xDEB58E) is known color: Pancho. HEX triplet: DE, B5 and 8E. RGB value is (222,181,142). Sum of RGB (Red+Green+Blue) = 222+181+142=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEB58E is #214A71. Grayscale: #BDBDBD. Windows color (decimal): -2181746 or 9352670. OLE color: 9352670.

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

Color convert

RGB 222 181 142 -
CMYK 0 0.18 0.36 0.13
HSL 29.25º 0.55% 0.71% -
HSV(B) 29.25º 0.36% 0.87% -
XYZ 51.53 50.53 32.63 -
YUV 188.81 101.58 151.67 -
System Red Green Blue C M Y K H S L
Decimal 222 181 142 0 0.18 0.36 0.13 29.25 0.55 0.71
Hex DE B5 8E 0 12 24 D 1D 37 47
Octal 336 265 216 0 22 44 15 35 67 107
Binary 11011110 10110101 10001110 0 10010 100100 1101 11101 110111 1000111

Color Harmonies of #DEB58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB58E

Black with #DEB58E

Text Example


Text Example

White with #DEB58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB58E; }

 p { color: rgb(222,181,142); }

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

background-color css

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

 a { background-color: rgb(222,181,142); }

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

border-color css

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

 span { border-color: rgb(222,181,142); }

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