#DABC83

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

Shades of Straw #DABC83

Tints of Straw #DABC83

Color information

#DABC83 (or 0xDABC83) is unknown color: approx Straw. HEX triplet: DA, BC and 83. RGB value is (218,188,131). Sum of RGB (Red+Green+Blue) = 218+188+131=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 131 (51.56% from 255 or 24.39% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC83 is #25437C. Grayscale: #BEBEBE. Windows color (decimal): -2442109 or 8633562. OLE color: 8633562.

HSL color Cylindrical-coordinate representation of color #DABC83: hue angle of 39.31º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DABC83 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB218188131-
CMYK00.140.400.15
HSL39.31º54.04%68.43%-
HSV(B)39.31º39.91%85.49%-
XYZ50.9952.5128.92-
YUV190.4794.44147.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 188 (73.83% from 255) = 35.01%
BLUE value IS 131 (51.56% from 255) = 24.39%
R=40.60%
G=35.01%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818813100.140.400.1539.3154.0468.43
HexDABC830E28F273644
Octal33227420301650174766104
Binary1101101010111100100000110111010100011111001111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC83; }

 p { color: rgb(218,188,131); }

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

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

 a { background-color: rgb(218,188,131); }

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

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

 span { border-color: rgb(218,188,131); }

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