Html Css Color HEX #DEBA7D Straw

📋 copy color: '#DEBA7D'

red 222 ◦ green 186 ◦ blue 125

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

Shades of Straw #DEBA7D

Tints of Straw #DEBA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.45%

R = 41.65%
G = 34.9%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DEBA7D (or 0xDEBA7D) is known color: Straw. HEX triplet: DE, BA and 7D. RGB value is (222,186,125). Sum of RGB (Red+Green+Blue) = 222+186+125=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA7D is #214582. Grayscale: #BEBEBE. Windows color (decimal): -2180483 or 8239838. OLE color: 8239838.

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

Color convert

RGB 222 186 125 -
CMYK 0 0.16 0.44 0.13
HSL 37.73º 0.6% 0.68% -
HSV(B) 37.73º 0.44% 0.87% -
XYZ 51.38 52.13 26.76 -
YUV 189.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 222 186 125 0 0.16 0.44 0.13 37.73 0.6 0.68
Hex DE BA 7D 0 10 2C D 26 3C 44
Octal 336 272 175 0 20 54 15 46 74 104
Binary 11011110 10111010 1111101 0 10000 101100 1101 100110 111100 1000100

Color Harmonies of #DEBA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA7D

Black with #DEBA7D

Text Example


Text Example

White with #DEBA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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