Html Css Color HEX #DEBA77 Straw

📋 copy color: '#DEBA77'

red 222 ◦ green 186 ◦ blue 119

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

Shades of Straw #DEBA77

Tints of Straw #DEBA77

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.29%

 BLUE value IS 119 (46.88% from 255) = 22.58%

R = 42.13%
G = 35.29%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DEBA77 (or 0xDEBA77) is known color: Straw. HEX triplet: DE, BA and 77. RGB value is (222,186,119). Sum of RGB (Red+Green+Blue) = 222+186+119=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 119 (46.88% from 255 or 22.58% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA77 is #214588. Grayscale: #BDBDBD. Windows color (decimal): -2180489 or 7846622. OLE color: 7846622.

HSL color Cylindrical-coordinate representation of color #DEBA77: hue angle of 39.03º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEBA77 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 186 119 -
CMYK 0 0.16 0.46 0.13
HSL 39.03º 0.61% 0.67% -
HSV(B) 39.03º 0.46% 0.87% -
XYZ 51.01 51.98 24.8 -
YUV 189.13 88.43 151.45 -
System Red Green Blue C M Y K H S L
Decimal 222 186 119 0 0.16 0.46 0.13 39.03 0.61 0.67
Hex DE BA 77 0 10 2E D 27 3D 43
Octal 336 272 167 0 20 56 15 47 75 103
Binary 11011110 10111010 1110111 0 10000 101110 1101 100111 111101 1000011

Color Harmonies of #DEBA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA77

Black with #DEBA77

Text Example


Text Example

White with #DEBA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA77; }

 p { color: rgb(222,186,119); }

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

background-color css

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

 a { background-color: rgb(222,186,119); }

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

border-color css

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

 span { border-color: rgb(222,186,119); }

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