#DDBE7E

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

Shades of Straw #DDBE7E

Tints of Straw #DDBE7E

Color information

#DDBE7E (or 0xDDBE7E) is unknown color: approx Straw. HEX triplet: DD, BE and 7E. RGB value is (221,190,126). Sum of RGB (Red+Green+Blue) = 221+190+126=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE7E is #224181. Grayscale: #C0C0C0. Windows color (decimal): -2244994 or 8306397. OLE color: 8306397.

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

Color convert

RGB221190126-
CMYK00.140.430.13
HSL40.42º58.28%68.04%-
HSV(B)40.42º42.99%86.67%-
XYZ5253.7127.36-
YUV191.9790.77148.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 126 (49.61% from 255) = 23.46%
R=41.15%
G=35.38%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119012600.140.430.1340.4258.2868.04
HexDDBE7E0E2BD283a44
Octal33527617601653155072104
Binary110111011011111011111100111010101111011010001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE7E; }

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

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

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

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

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

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

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

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