#DAB67D

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

Shades of Straw #DAB67D

Tints of Straw #DAB67D

Color information

#DAB67D (or 0xDAB67D) is unknown color: approx Straw. HEX triplet: DA, B6 and 7D. RGB value is (218,182,125). Sum of RGB (Red+Green+Blue) = 218+182+125=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB67D is #254982. Grayscale: #BABABA. Windows color (decimal): -2443651 or 8238810. OLE color: 8238810.

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

Color convert

RGB218182125-
CMYK00.170.430.15
HSL36.77º55.69%67.25%-
HSV(B)36.77º42.66%85.49%-
XYZ49.3449.8426.42-
YUV186.2793.43150.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.52%
GREEN value IS 182 (71.48% from 255) = 34.67%
BLUE value IS 125 (49.22% from 255) = 23.81%
R=41.52%
G=34.67%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818212500.170.430.1536.7755.6967.25
HexDAB67D0112BF253843
Octal33226617502153174570103
Binary1101101010110110111110101000110101111111001011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB67D; }

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

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

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

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

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

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

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

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