Html Css Color HEX #DABA7F Straw

📋 copy color: '#DABA7F'

red 218 ◦ green 186 ◦ blue 127

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

Shades of Straw #DABA7F

Tints of Straw #DABA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.92%

R = 41.05%
G = 35.03%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DABA7F (or 0xDABA7F) is known color: Straw. HEX triplet: DA, BA and 7F. RGB value is (218,186,127). Sum of RGB (Red+Green+Blue) = 218+186+127=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA7F is #254580. Grayscale: #BDBDBD. Windows color (decimal): -2442625 or 8370906. OLE color: 8370906.

HSL color Cylindrical-coordinate representation of color #DABA7F: hue angle of 38.9º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DABA7F is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 186 127 -
CMYK 0 0.15 0.42 0.15
HSL 38.9º 0.55% 0.68% -
HSV(B) 38.9º 0.42% 0.85% -
XYZ 50.3 51.56 27.38 -
YUV 188.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 218 186 127 0 0.15 0.42 0.15 38.9 0.55 0.68
Hex DA BA 7F 0 F 2A F 27 37 44
Octal 332 272 177 0 17 52 17 47 67 104
Binary 11011010 10111010 1111111 0 1111 101010 1111 100111 110111 1000100

Color Harmonies of #DABA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA7F

Black with #DABA7F

Text Example


Text Example

White with #DABA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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