#DDBF83

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

Shades of Straw #DDBF83

Tints of Straw #DDBF83

Color information

#DDBF83 (or 0xDDBF83) is unknown color: approx Straw. HEX triplet: DD, BF and 83. RGB value is (221,191,131). Sum of RGB (Red+Green+Blue) = 221+191+131=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBF83 is #22407C. Grayscale: #C1C1C1. Windows color (decimal): -2244733 or 8634333. OLE color: 8634333.

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

Color convert

RGB221191131-
CMYK00.140.410.13
HSL40º56.96%69.02%-
HSV(B)40º40.72%86.67%-
XYZ52.5554.2729.18-
YUV193.1392.94147.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 131 (51.56% from 255) = 24.13%
R=40.70%
G=35.17%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119113100.140.410.134056.9669.02
HexDDBF830E29D283945
Octal33527720301651155071105
Binary1101110110111111100000110111010100111011010001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBF83; }

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

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

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

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

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

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

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

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