#DDBE85

Color #DDBE85 Straw (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Straw #DDBE85

Tints of Straw #DDBE85

Color information

#DDBE85 (or 0xDDBE85) is unknown color: approx Straw. HEX triplet: DD, BE and 85. RGB value is (221,190,133). Sum of RGB (Red+Green+Blue) = 221+190+133=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE85 is #22417A. Grayscale: #C1C1C1. Windows color (decimal): -2244987 or 8765149. OLE color: 8765149.

HSL color Cylindrical-coordinate representation of color #DDBE85: hue angle of 38.86º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDBE85 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221190133-
CMYK00.140.400.13
HSL38.86º56.41%69.41%-
HSV(B)38.86º39.82%86.67%-
XYZ52.4753.8929.83-
YUV192.7794.27148.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 133 (52.34% from 255) = 24.45%
R=40.62%
G=34.93%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119013300.140.400.1338.8656.4169.41
HexDDBE850E28D273845
Octal33527620501650154770105
Binary1101110110111110100001010111010100011011001111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE85; }

 p { color: rgb(221,190,133); }

 H1.HeaderClassName
 {
   color: #DDBE85;
 }
 .AnyTagClassName
 {
   color: #DDBE85;
 }
</style>
background-color css

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

 a { background-color: rgb(221,190,133); }

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

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

 span { border-color: rgb(221,190,133); }

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