Html Css Color HEX #DABA7C Straw

📋 copy color: '#DABA7C'

red 218 ◦ green 186 ◦ blue 124

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

Shades of Straw #DABA7C

Tints of Straw #DABA7C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.23%

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

R = 41.29%
G = 35.23%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DABA7C (or 0xDABA7C) is known color: Straw. HEX triplet: DA, BA and 7C. RGB value is (218,186,124). Sum of RGB (Red+Green+Blue) = 218+186+124=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA7C is #254583. Grayscale: #BCBCBC. Windows color (decimal): -2442628 or 8174298. OLE color: 8174298.

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

Color convert

RGB 218 186 124 -
CMYK 0 0.15 0.43 0.15
HSL 39.57º 0.56% 0.67% -
HSV(B) 39.57º 0.43% 0.85% -
XYZ 50.11 51.48 26.36 -
YUV 188.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 218 186 124 0 0.15 0.43 0.15 39.57 0.56 0.67
Hex DA BA 7C 0 F 2B F 28 38 43
Octal 332 272 174 0 17 53 17 50 70 103
Binary 11011010 10111010 1111100 0 1111 101011 1111 101000 111000 1000011

Color Harmonies of #DABA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA7C

Black with #DABA7C

Text Example


Text Example

White with #DABA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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