Html Css Color HEX #DABF8C Straw

📋 copy color: '#DABF8C'

red 218 ◦ green 191 ◦ blue 140

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

Shades of Straw #DABF8C

Tints of Straw #DABF8C

RGB

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

 GREEN value IS 191 (75% from 255) = 34.79%

 BLUE value IS 140 (55.08% from 255) = 25.5%

R = 39.71%
G = 34.79%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DABF8C (or 0xDABF8C) is known color: Straw. HEX triplet: DA, BF and 8C. RGB value is (218,191,140). Sum of RGB (Red+Green+Blue) = 218+191+140=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABF8C is #254073. Grayscale: #C1C1C1. Windows color (decimal): -2441332 or 9224154. OLE color: 9224154.

HSL color Cylindrical-coordinate representation of color #DABF8C: hue angle of 39.23º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DABF8C is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 191 140 -
CMYK 0 0.12 0.36 0.15
HSL 39.23º 0.51% 0.7% -
HSV(B) 39.23º 0.36% 0.85% -
XYZ 52.28 54.06 32.49 -
YUV 193.26 97.95 145.65 -
System Red Green Blue C M Y K H S L
Decimal 218 191 140 0 0.12 0.36 0.15 39.23 0.51 0.7
Hex DA BF 8C 0 C 24 F 27 33 46
Octal 332 277 214 0 14 44 17 47 63 106
Binary 11011010 10111111 10001100 0 1100 100100 1111 100111 110011 1000110

Color Harmonies of #DABF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF8C

Black with #DABF8C

Text Example


Text Example

White with #DABF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF8C; }

 p { color: rgb(218,191,140); }

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

background-color css

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

 a { background-color: rgb(218,191,140); }

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

border-color css

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

 span { border-color: rgb(218,191,140); }

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