Html Css Color HEX #DDBE8A Burly Wood

📋 copy color: '#DDBE8A'

red 221 ◦ green 190 ◦ blue 138

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

Shades of Burly Wood #DDBE8A

Tints of Burly Wood #DDBE8A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.61%

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

R = 40.26%
G = 34.61%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDBE8A (or 0xDDBE8A) is known color: Burly Wood. HEX triplet: DD, BE and 8A. RGB value is (221,190,138). Sum of RGB (Red+Green+Blue) = 221+190+138=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE8A is #224175. Grayscale: #C1C1C1. Windows color (decimal): -2244982 or 9092829. OLE color: 9092829.

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

Color convert

RGB 221 190 138 -
CMYK 0 0.14 0.38 0.13
HSL 37.59º 0.55% 0.7% -
HSV(B) 37.59º 0.38% 0.87% -
XYZ 52.82 54.03 31.69 -
YUV 193.34 96.77 147.73 -
System Red Green Blue C M Y K H S L
Decimal 221 190 138 0 0.14 0.38 0.13 37.59 0.55 0.7
Hex DD BE 8A 0 E 26 D 26 37 46
Octal 335 276 212 0 16 46 15 46 67 106
Binary 11011101 10111110 10001010 0 1110 100110 1101 100110 110111 1000110

Color Harmonies of #DDBE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE8A

Black with #DDBE8A

Text Example


Text Example

White with #DDBE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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