Html Css Color HEX #DDBA8A Burly Wood

📋 copy color: '#DDBA8A'

red 221 ◦ green 186 ◦ blue 138

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

Shades of Burly Wood #DDBA8A

Tints of Burly Wood #DDBA8A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.13%

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

R = 40.55%
G = 34.13%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDBA8A (or 0xDDBA8A) is known color: Burly Wood. HEX triplet: DD, BA and 8A. RGB value is (221,186,138). Sum of RGB (Red+Green+Blue) = 221+186+138=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA8A is #224575. Grayscale: #BFBFBF. Windows color (decimal): -2246006 or 9091805. OLE color: 9091805.

HSL color Cylindrical-coordinate representation of color #DDBA8A: hue angle of 34.7º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDBA8A is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 186 138 -
CMYK 0 0.16 0.38 0.13
HSL 34.7º 0.55% 0.7% -
HSV(B) 34.7º 0.38% 0.87% -
XYZ 51.97 52.32 31.41 -
YUV 190.99 98.1 149.4 -
System Red Green Blue C M Y K H S L
Decimal 221 186 138 0 0.16 0.38 0.13 34.7 0.55 0.7
Hex DD BA 8A 0 10 26 D 23 37 46
Octal 335 272 212 0 20 46 15 43 67 106
Binary 11011101 10111010 10001010 0 10000 100110 1101 100011 110111 1000110

Color Harmonies of #DDBA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA8A

Black with #DDBA8A

Text Example


Text Example

White with #DDBA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA8A; }

 p { color: rgb(221,186,138); }

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

background-color css

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

 a { background-color: rgb(221,186,138); }

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

border-color css

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

 span { border-color: rgb(221,186,138); }

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