Html Css Color HEX #DABF7F Straw

📋 copy color: '#DABF7F'

red 218 ◦ green 191 ◦ blue 127

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

Shades of Straw #DABF7F

Tints of Straw #DABF7F

RGB

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

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

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

R = 40.67%
G = 35.63%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DABF7F (or 0xDABF7F) is known color: Straw. HEX triplet: DA, BF and 7F. RGB value is (218,191,127). Sum of RGB (Red+Green+Blue) = 218+191+127=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 127 (50% from 255 or 23.69% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABF7F is #254080. Grayscale: #C0C0C0. Windows color (decimal): -2441345 or 8372186. OLE color: 8372186.

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

Color convert

RGB 218 191 127 -
CMYK 0 0.12 0.42 0.15
HSL 42.2º 0.55% 0.68% -
HSV(B) 42.2º 0.42% 0.85% -
XYZ 51.38 53.7 27.74 -
YUV 191.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 218 191 127 0 0.12 0.42 0.15 42.2 0.55 0.68
Hex DA BF 7F 0 C 2A F 2A 37 44
Octal 332 277 177 0 14 52 17 52 67 104
Binary 11011010 10111111 1111111 0 1100 101010 1111 101010 110111 1000100

Color Harmonies of #DABF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF7F

Black with #DABF7F

Text Example


Text Example

White with #DABF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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