Html Css Color HEX #DABA8B Burly Wood

📋 copy color: '#DABA8B'

red 218 ◦ green 186 ◦ blue 139

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

Shades of Burly Wood #DABA8B

Tints of Burly Wood #DABA8B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.25%

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

R = 40.15%
G = 34.25%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DABA8B (or 0xDABA8B) is known color: Burly Wood. HEX triplet: DA, BA and 8B. RGB value is (218,186,139). Sum of RGB (Red+Green+Blue) = 218+186+139=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA8B is #254574. Grayscale: #BEBEBE. Windows color (decimal): -2442613 or 9157338. OLE color: 9157338.

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

Color convert

RGB 218 186 139 -
CMYK 0 0.15 0.36 0.15
HSL 35.7º 0.52% 0.7% -
HSV(B) 35.7º 0.36% 0.85% -
XYZ 51.13 51.89 31.75 -
YUV 190.21 99.1 147.82 -
System Red Green Blue C M Y K H S L
Decimal 218 186 139 0 0.15 0.36 0.15 35.7 0.52 0.7
Hex DA BA 8B 0 F 24 F 24 34 46
Octal 332 272 213 0 17 44 17 44 64 106
Binary 11011010 10111010 10001011 0 1111 100100 1111 100100 110100 1000110

Color Harmonies of #DABA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA8B

Black with #DABA8B

Text Example


Text Example

White with #DABA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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