Html Css Color HEX #DABC8A Burly Wood

📋 copy color: '#DABC8A'

red 218 ◦ green 188 ◦ blue 138

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

Shades of Burly Wood #DABC8A

Tints of Burly Wood #DABC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.37%

R = 40.07%
G = 34.56%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DABC8A (or 0xDABC8A) is known color: Burly Wood. HEX triplet: DA, BC and 8A. RGB value is (218,188,138). Sum of RGB (Red+Green+Blue) = 218+188+138=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC8A is #254375. Grayscale: #BFBFBF. Windows color (decimal): -2442102 or 9092314. OLE color: 9092314.

HSL color Cylindrical-coordinate representation of color #DABC8A: hue angle of 37.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DABC8A is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 188 138 -
CMYK 0 0.14 0.37 0.15
HSL 37.5º 0.52% 0.7% -
HSV(B) 37.5º 0.37% 0.85% -
XYZ 51.48 52.71 31.5 -
YUV 191.27 97.94 147.07 -
System Red Green Blue C M Y K H S L
Decimal 218 188 138 0 0.14 0.37 0.15 37.5 0.52 0.7
Hex DA BC 8A 0 E 25 F 26 34 46
Octal 332 274 212 0 16 45 17 46 64 106
Binary 11011010 10111100 10001010 0 1110 100101 1111 100110 110100 1000110

Color Harmonies of #DABC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC8A

Black with #DABC8A

Text Example


Text Example

White with #DABC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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