Html Css Color HEX #DABD8B Burly Wood

📋 copy color: '#DABD8B'

red 218 ◦ green 189 ◦ blue 139

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

Shades of Burly Wood #DABD8B

Tints of Burly Wood #DABD8B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.62%

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

R = 39.93%
G = 34.62%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DABD8B (or 0xDABD8B) is known color: Burly Wood. HEX triplet: DA, BD and 8B. RGB value is (218,189,139). Sum of RGB (Red+Green+Blue) = 218+189+139=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABD8B is #254274. Grayscale: #C0C0C0. Windows color (decimal): -2441845 or 9158106. OLE color: 9158106.

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

Color convert

RGB 218 189 139 -
CMYK 0 0.13 0.36 0.15
HSL 37.97º 0.52% 0.7% -
HSV(B) 37.97º 0.36% 0.85% -
XYZ 51.77 53.16 31.96 -
YUV 191.97 98.11 146.57 -
System Red Green Blue C M Y K H S L
Decimal 218 189 139 0 0.13 0.36 0.15 37.97 0.52 0.7
Hex DA BD 8B 0 D 24 F 26 34 46
Octal 332 275 213 0 15 44 17 46 64 106
Binary 11011010 10111101 10001011 0 1101 100100 1111 100110 110100 1000110

Color Harmonies of #DABD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD8B

Black with #DABD8B

Text Example


Text Example

White with #DABD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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