#DDBE7C

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

Shades of Straw #DDBE7C

Tints of Straw #DDBE7C

Color information

#DDBE7C (or 0xDDBE7C) is unknown color: approx Straw. HEX triplet: DD, BE and 7C. RGB value is (221,190,124). Sum of RGB (Red+Green+Blue) = 221+190+124=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE7C is #224183. Grayscale: #C0C0C0. Windows color (decimal): -2244996 or 8175325. OLE color: 8175325.

HSL color Cylindrical-coordinate representation of color #DDBE7C: hue angle of 40.82º degrees, saturation: 0.59, 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 #DDBE7C is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB221190124-
CMYK00.140.440.13
HSL40.82º58.79%67.65%-
HSV(B)40.82º43.89%86.67%-
XYZ51.8753.6526.69-
YUV191.7489.77148.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 124 (48.83% from 255) = 23.18%
R=41.31%
G=35.51%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119012400.140.440.1340.8258.7967.65
HexDDBE7C0E2CD293b44
Octal33527617401654155173104
Binary110111011011111011111000111010110011011010011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBE7C; }

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

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

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

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

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

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

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

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