Html Css Color HEX #DDB485 Burly Wood

📋 copy color: '#DDB485'

red 221 ◦ green 180 ◦ blue 133

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

Shades of Burly Wood #DDB485

Tints of Burly Wood #DDB485

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.71%

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

R = 41.39%
G = 33.71%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDB485 (or 0xDDB485) is known color: Burly Wood. HEX triplet: DD, B4 and 85. RGB value is (221,180,133). Sum of RGB (Red+Green+Blue) = 221+180+133=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB485 is #224B7A. Grayscale: #BBBBBB. Windows color (decimal): -2247547 or 8762589. OLE color: 8762589.

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

Color convert

RGB 221 180 133 -
CMYK 0 0.19 0.40 0.13
HSL 32.05º 0.56% 0.69% -
HSV(B) 32.05º 0.4% 0.87% -
XYZ 50.37 49.71 29.13 -
YUV 186.9 97.58 152.32 -
System Red Green Blue C M Y K H S L
Decimal 221 180 133 0 0.19 0.40 0.13 32.05 0.56 0.69
Hex DD B4 85 0 13 28 D 20 38 45
Octal 335 264 205 0 23 50 15 40 70 105
Binary 11011101 10110100 10000101 0 10011 101000 1101 100000 111000 1000101

Color Harmonies of #DDB485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB485

Black with #DDB485

Text Example


Text Example

White with #DDB485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB485; }

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

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

background-color css

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

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

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

border-color css

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

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

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