#DAB678

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

Shades of Straw #DAB678

Tints of Straw #DAB678

Color information

#DAB678 (or 0xDAB678) is unknown color: approx Straw. HEX triplet: DA, B6 and 78. RGB value is (218,182,120). Sum of RGB (Red+Green+Blue) = 218+182+120=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB678 is #254987. Grayscale: #B9B9B9. Windows color (decimal): -2443656 or 7911130. OLE color: 7911130.

HSL color Cylindrical-coordinate representation of color #DAB678: hue angle of 37.96º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAB678 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB218182120-
CMYK00.170.450.15
HSL37.96º56.98%66.27%-
HSV(B)37.96º44.95%85.49%-
XYZ49.0349.7224.78-
YUV185.790.93151.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.92%
GREEN value IS 182 (71.48% from 255) = 35%
BLUE value IS 120 (47.27% from 255) = 23.08%
R=41.92%
G=35%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818212000.170.450.1537.9656.9866.27
HexDAB6780112DF263942
Octal33226617002155174671102
Binary1101101010110110111100001000110110111111001101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB678; }

 p { color: rgb(218,182,120); }

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

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

 a { background-color: rgb(218,182,120); }

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

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

 span { border-color: rgb(218,182,120); }

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