Html Css Color HEX #DBBD8D Burly Wood

📋 copy color: '#DBBD8D'

red 219 ◦ green 189 ◦ blue 141

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

Shades of Burly Wood #DBBD8D

Tints of Burly Wood #DBBD8D

RGB

 RED value IS 219 (85.94% from 255) = 39.89%

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

 BLUE value IS 141 (55.47% from 255) = 25.68%

R = 39.89%
G = 34.43%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DBBD8D (or 0xDBBD8D) is known color: Burly Wood. HEX triplet: DB, BD and 8D. RGB value is (219,189,141). Sum of RGB (Red+Green+Blue) = 219+189+141=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBD8D is #244272. Grayscale: #C0C0C0. Windows color (decimal): -2376307 or 9289179. OLE color: 9289179.

HSL color Cylindrical-coordinate representation of color #DBBD8D: hue angle of 36.92º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBBD8D is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 189 141 -
CMYK 0 0.14 0.36 0.14
HSL 36.92º 0.52% 0.71% -
HSV(B) 36.92º 0.36% 0.86% -
XYZ 52.22 53.38 32.75 -
YUV 192.5 98.94 146.9 -
System Red Green Blue C M Y K H S L
Decimal 219 189 141 0 0.14 0.36 0.14 36.92 0.52 0.71
Hex DB BD 8D 0 E 24 E 25 34 47
Octal 333 275 215 0 16 44 16 45 64 107
Binary 11011011 10111101 10001101 0 1110 100100 1110 100101 110100 1000111

Color Harmonies of #DBBD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBD8D

Black with #DBBD8D

Text Example


Text Example

White with #DBBD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBD8D; }

 p { color: rgb(219,189,141); }

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

background-color css

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

 a { background-color: rgb(219,189,141); }

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

border-color css

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

 span { border-color: rgb(219,189,141); }

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