Html Css Color HEX #DBBD8C Burly Wood

📋 copy color: '#DBBD8C'

red 219 ◦ green 189 ◦ blue 140

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

Shades of Burly Wood #DBBD8C

Tints of Burly Wood #DBBD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.55%

R = 39.96%
G = 34.49%
B = 25.55%

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

#DBBD8C (or 0xDBBD8C) is known color: Burly Wood. HEX triplet: DB, BD and 8C. RGB value is (219,189,140). Sum of RGB (Red+Green+Blue) = 219+189+140=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBD8C is #244273. Grayscale: #C0C0C0. Windows color (decimal): -2376308 or 9223643. OLE color: 9223643.

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

Color convert

RGB 219 189 140 -
CMYK 0 0.14 0.36 0.14
HSL 37.22º 0.52% 0.7% -
HSV(B) 37.22º 0.36% 0.86% -
XYZ 52.14 53.35 32.36 -
YUV 192.38 98.44 146.98 -
System Red Green Blue C M Y K H S L
Decimal 219 189 140 0 0.14 0.36 0.14 37.22 0.52 0.7
Hex DB BD 8C 0 E 24 E 25 34 46
Octal 333 275 214 0 16 44 16 45 64 106
Binary 11011011 10111101 10001100 0 1110 100100 1110 100101 110100 1000110

Color Harmonies of #DBBD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBD8C

Black with #DBBD8C

Text Example


Text Example

White with #DBBD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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