#DDBF85

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

Shades of Straw #DDBF85

Tints of Straw #DDBF85

Color information

#DDBF85 (or 0xDDBF85) is unknown color: approx Straw. HEX triplet: DD, BF and 85. RGB value is (221,191,133). Sum of RGB (Red+Green+Blue) = 221+191+133=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBF85 is #22407A. Grayscale: #C1C1C1. Windows color (decimal): -2244731 or 8765405. OLE color: 8765405.

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

Color convert

RGB221191133-
CMYK00.140.400.13
HSL39.55º56.41%69.41%-
HSV(B)39.55º39.82%86.67%-
XYZ52.6854.3329.9-
YUV193.3693.94147.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 133 (52.34% from 255) = 24.40%
R=40.55%
G=35.05%
B=24.40%

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
Decimal22119113300.140.400.1339.5556.4169.41
HexDDBF850E28D283845
Octal33527720501650155070105
Binary1101110110111111100001010111010100011011010001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBF85; }

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

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

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

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

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

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

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

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