Html Css Color HEX #DABE8C Straw

📋 copy color: '#DABE8C'

red 218 ◦ green 190 ◦ blue 140

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

Shades of Straw #DABE8C

Tints of Straw #DABE8C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.67%

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

R = 39.78%
G = 34.67%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DABE8C (or 0xDABE8C) is known color: Straw. HEX triplet: DA, BE and 8C. RGB value is (218,190,140). Sum of RGB (Red+Green+Blue) = 218+190+140=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABE8C is #254173. Grayscale: #C0C0C0. Windows color (decimal): -2441588 or 9223898. OLE color: 9223898.

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

Color convert

RGB 218 190 140 -
CMYK 0 0.13 0.36 0.15
HSL 38.46º 0.51% 0.7% -
HSV(B) 38.46º 0.36% 0.85% -
XYZ 52.06 53.63 32.42 -
YUV 192.67 98.28 146.07 -
System Red Green Blue C M Y K H S L
Decimal 218 190 140 0 0.13 0.36 0.15 38.46 0.51 0.7
Hex DA BE 8C 0 D 24 F 26 33 46
Octal 332 276 214 0 15 44 17 46 63 106
Binary 11011010 10111110 10001100 0 1101 100100 1111 100110 110011 1000110

Color Harmonies of #DABE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABE8C

Black with #DABE8C

Text Example


Text Example

White with #DABE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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