#DABF83

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

Shades of Straw #DABF83

Tints of Straw #DABF83

Color information

#DABF83 (or 0xDABF83) is unknown color: approx Straw. HEX triplet: DA, BF and 83. RGB value is (218,191,131). Sum of RGB (Red+Green+Blue) = 218+191+131=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABF83 is #25407C. Grayscale: #C0C0C0. Windows color (decimal): -2441341 or 8634330. OLE color: 8634330.

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

Color convert

RGB218191131-
CMYK00.120.400.15
HSL41.38º54.04%68.43%-
HSV(B)41.38º39.91%85.49%-
XYZ51.6453.8129.14-
YUV192.2393.45146.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 191 (75% from 255) = 35.37%
BLUE value IS 131 (51.56% from 255) = 24.26%
R=40.37%
G=35.37%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819113100.120.400.1541.3854.0468.43
HexDABF830C28F293644
Octal33227720301450175166104
Binary1101101010111111100000110110010100011111010011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABF83; }

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

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

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

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

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

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

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

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