Html Css Color HEX #DDBD8D Burly Wood

📋 copy color: '#DDBD8D'

red 221 ◦ green 189 ◦ blue 141

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

Shades of Burly Wood #DDBD8D

Tints of Burly Wood #DDBD8D

RGB

 RED value IS 221 (86.72% from 255) = 40.11%

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

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

R = 40.11%
G = 34.3%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDBD8D (or 0xDDBD8D) is known color: Burly Wood. HEX triplet: DD, BD and 8D. RGB value is (221,189,141). Sum of RGB (Red+Green+Blue) = 221+189+141=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBD8D is #224272. Grayscale: #C1C1C1. Windows color (decimal): -2245235 or 9289181. OLE color: 9289181.

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

Color convert

RGB 221 189 141 -
CMYK 0 0.14 0.36 0.13
HSL 36º 0.54% 0.71% -
HSV(B) 36º 0.36% 0.87% -
XYZ 52.82 53.69 32.78 -
YUV 193.1 98.6 147.9 -
System Red Green Blue C M Y K H S L
Decimal 221 189 141 0 0.14 0.36 0.13 36 0.54 0.71
Hex DD BD 8D 0 E 24 D 24 36 47
Octal 335 275 215 0 16 44 15 44 66 107
Binary 11011101 10111101 10001101 0 1110 100100 1101 100100 110110 1000111

Color Harmonies of #DDBD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD8D

Black with #DDBD8D

Text Example


Text Example

White with #DDBD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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