Html Css Color HEX #DEBC80 Straw

📋 copy color: '#DEBC80'

red 222 ◦ green 188 ◦ blue 128

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

Shades of Straw #DEBC80

Tints of Straw #DEBC80

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.94%

 BLUE value IS 128 (50.39% from 255) = 23.79%

R = 41.26%
G = 34.94%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DEBC80 (or 0xDEBC80) is known color: Straw. HEX triplet: DE, BC and 80. RGB value is (222,188,128). Sum of RGB (Red+Green+Blue) = 222+188+128=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBC80 is #21437F. Grayscale: #BFBFBF. Windows color (decimal): -2179968 or 8436958. OLE color: 8436958.

HSL color Cylindrical-coordinate representation of color #DEBC80: hue angle of 38.3º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEBC80 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 188 128 -
CMYK 0 0.15 0.42 0.13
HSL 38.3º 0.59% 0.69% -
HSV(B) 38.3º 0.42% 0.87% -
XYZ 52 53.05 27.92 -
YUV 191.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 222 188 128 0 0.15 0.42 0.13 38.3 0.59 0.69
Hex DE BC 80 0 F 2A D 26 3B 45
Octal 336 274 200 0 17 52 15 46 73 105
Binary 11011110 10111100 10000000 0 1111 101010 1101 100110 111011 1000101

Color Harmonies of #DEBC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC80

Black with #DEBC80

Text Example


Text Example

White with #DEBC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC80; }

 p { color: rgb(222,188,128); }

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

background-color css

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

 a { background-color: rgb(222,188,128); }

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

border-color css

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

 span { border-color: rgb(222,188,128); }

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