Html Css Color HEX #DAB67C Straw

📋 copy color: '#DAB67C'

red 218 ◦ green 182 ◦ blue 124

#DAB67C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Straw #DAB67C

Tints of Straw #DAB67C

RGB

 RED value IS 218 (85.55% from 255) = 41.6%

 GREEN value IS 182 (71.48% from 255) = 34.73%

 BLUE value IS 124 (48.83% from 255) = 23.66%

R = 41.6%
G = 34.73%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DAB67C (or 0xDAB67C) is known color: Straw. HEX triplet: DA, B6 and 7C. RGB value is (218,182,124). Sum of RGB (Red+Green+Blue) = 218+182+124=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB67C is #254983. Grayscale: #BABABA. Windows color (decimal): -2443652 or 8173274. OLE color: 8173274.

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

Color convert

RGB 218 182 124 -
CMYK 0 0.17 0.43 0.15
HSL 37.02º 0.56% 0.67% -
HSV(B) 37.02º 0.43% 0.85% -
XYZ 49.28 49.82 26.09 -
YUV 186.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 218 182 124 0 0.17 0.43 0.15 37.02 0.56 0.67
Hex DA B6 7C 0 11 2B F 25 38 43
Octal 332 266 174 0 21 53 17 45 70 103
Binary 11011010 10110110 1111100 0 10001 101011 1111 100101 111000 1000011

Color Harmonies of #DAB67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB67C

Black with #DAB67C

Text Example


Text Example

White with #DAB67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB67C; }

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

 H1.HeaderClassName
 {
   color: #DAB67C;
 }
 .AnyTagClassName
 {
   color: #DAB67C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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