#DABD81

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

Shades of Straw #DABD81

Tints of Straw #DABD81

Color information

#DABD81 (or 0xDABD81) is unknown color: approx Straw. HEX triplet: DA, BD and 81. RGB value is (218,189,129). Sum of RGB (Red+Green+Blue) = 218+189+129=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABD81 is #25427E. Grayscale: #BFBFBF. Windows color (decimal): -2441855 or 8502746. OLE color: 8502746.

HSL color Cylindrical-coordinate representation of color #DABD81: hue angle of 40.45º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DABD81 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB218189129-
CMYK00.130.410.15
HSL40.45º54.6%68.04%-
HSV(B)40.45º40.83%85.49%-
XYZ51.0752.8928.28-
YUV190.8393.11147.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 129 (50.78% from 255) = 24.07%
R=40.67%
G=35.26%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818912900.130.410.1540.4554.668.04
HexDABD810D29F283744
Octal33227520101551175067104
Binary1101101010111101100000010110110100111111010001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABD81; }

 p { color: rgb(218,189,129); }

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

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

 a { background-color: rgb(218,189,129); }

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

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

 span { border-color: rgb(218,189,129); }

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