Html Css Color HEX #DABC8B Burly Wood

📋 copy color: '#DABC8B'

red 218 ◦ green 188 ◦ blue 139

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

Shades of Burly Wood #DABC8B

Tints of Burly Wood #DABC8B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.5%

 BLUE value IS 139 (54.69% from 255) = 25.5%

R = 40%
G = 34.5%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DABC8B (or 0xDABC8B) is known color: Burly Wood. HEX triplet: DA, BC and 8B. RGB value is (218,188,139). Sum of RGB (Red+Green+Blue) = 218+188+139=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC8B is #254374. Grayscale: #BFBFBF. Windows color (decimal): -2442101 or 9157850. OLE color: 9157850.

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

Color convert

RGB 218 188 139 -
CMYK 0 0.14 0.36 0.15
HSL 37.22º 0.52% 0.7% -
HSV(B) 37.22º 0.36% 0.85% -
XYZ 51.56 52.74 31.89 -
YUV 191.38 98.44 146.98 -
System Red Green Blue C M Y K H S L
Decimal 218 188 139 0 0.14 0.36 0.15 37.22 0.52 0.7
Hex DA BC 8B 0 E 24 F 25 34 46
Octal 332 274 213 0 16 44 17 45 64 106
Binary 11011010 10111100 10001011 0 1110 100100 1111 100101 110100 1000110

Color Harmonies of #DABC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC8B

Black with #DABC8B

Text Example


Text Example

White with #DABC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC8B; }

 p { color: rgb(218,188,139); }

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

background-color css

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

 a { background-color: rgb(218,188,139); }

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

border-color css

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

 span { border-color: rgb(218,188,139); }

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