Html Css Color HEX #DABF8F Burly Wood

📋 copy color: '#DABF8F'

red 218 ◦ green 191 ◦ blue 143

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

Shades of Burly Wood #DABF8F

Tints of Burly Wood #DABF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.91%

R = 39.49%
G = 34.6%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DABF8F (or 0xDABF8F) is known color: Burly Wood. HEX triplet: DA, BF and 8F. RGB value is (218,191,143). Sum of RGB (Red+Green+Blue) = 218+191+143=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABF8F is #254070. Grayscale: #C1C1C1. Windows color (decimal): -2441329 or 9420762. OLE color: 9420762.

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

Color convert

RGB 218 191 143 -
CMYK 0 0.12 0.34 0.15
HSL 38.4º 0.5% 0.71% -
HSV(B) 38.4º 0.34% 0.85% -
XYZ 52.5 54.15 33.67 -
YUV 193.6 99.45 145.4 -
System Red Green Blue C M Y K H S L
Decimal 218 191 143 0 0.12 0.34 0.15 38.4 0.5 0.71
Hex DA BF 8F 0 C 22 F 26 32 47
Octal 332 277 217 0 14 42 17 46 62 107
Binary 11011010 10111111 10001111 0 1100 100010 1111 100110 110010 1000111

Color Harmonies of #DABF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF8F

Black with #DABF8F

Text Example


Text Example

White with #DABF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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