Html Css Color HEX #DDBB85 Burly Wood

📋 copy color: '#DDBB85'

red 221 ◦ green 187 ◦ blue 133

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

Shades of Burly Wood #DDBB85

Tints of Burly Wood #DDBB85

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.57%

 BLUE value IS 133 (52.34% from 255) = 24.58%

R = 40.85%
G = 34.57%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDBB85 (or 0xDDBB85) is known color: Burly Wood. HEX triplet: DD, BB and 85. RGB value is (221,187,133). Sum of RGB (Red+Green+Blue) = 221+187+133=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB85 is #22447A. Grayscale: #BFBFBF. Windows color (decimal): -2245755 or 8764381. OLE color: 8764381.

HSL color Cylindrical-coordinate representation of color #DDBB85: hue angle of 36.82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDBB85 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 187 133 -
CMYK 0 0.15 0.40 0.13
HSL 36.82º 0.56% 0.69% -
HSV(B) 36.82º 0.4% 0.87% -
XYZ 51.82 52.61 29.61 -
YUV 191.01 95.26 149.39 -
System Red Green Blue C M Y K H S L
Decimal 221 187 133 0 0.15 0.40 0.13 36.82 0.56 0.69
Hex DD BB 85 0 F 28 D 25 38 45
Octal 335 273 205 0 17 50 15 45 70 105
Binary 11011101 10111011 10000101 0 1111 101000 1101 100101 111000 1000101

Color Harmonies of #DDBB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB85

Black with #DDBB85

Text Example


Text Example

White with #DDBB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB85; }

 p { color: rgb(221,187,133); }

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

background-color css

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

 a { background-color: rgb(221,187,133); }

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

border-color css

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

 span { border-color: rgb(221,187,133); }

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