Html Css Color HEX #DDB383 Burly Wood

📋 copy color: '#DDB383'

red 221 ◦ green 179 ◦ blue 131

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

Shades of Burly Wood #DDB383

Tints of Burly Wood #DDB383

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.71%

 BLUE value IS 131 (51.56% from 255) = 24.67%

R = 41.62%
G = 33.71%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDB383 (or 0xDDB383) is known color: Burly Wood. HEX triplet: DD, B3 and 83. RGB value is (221,179,131). Sum of RGB (Red+Green+Blue) = 221+179+131=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB383 is #224C7C. Grayscale: #BABABA. Windows color (decimal): -2247805 or 8631261. OLE color: 8631261.

HSL color Cylindrical-coordinate representation of color #DDB383: hue angle of 32º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDB383 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 179 131 -
CMYK 0 0.19 0.41 0.13
HSL 32º 0.57% 0.69% -
HSV(B) 32º 0.41% 0.87% -
XYZ 50.04 49.25 28.34 -
YUV 186.09 96.91 152.9 -
System Red Green Blue C M Y K H S L
Decimal 221 179 131 0 0.19 0.41 0.13 32 0.57 0.69
Hex DD B3 83 0 13 29 D 20 39 45
Octal 335 263 203 0 23 51 15 40 71 105
Binary 11011101 10110011 10000011 0 10011 101001 1101 100000 111001 1000101

Color Harmonies of #DDB383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB383

Black with #DDB383

Text Example


Text Example

White with #DDB383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB383; }

 p { color: rgb(221,179,131); }

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

background-color css

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

 a { background-color: rgb(221,179,131); }

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

border-color css

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

 span { border-color: rgb(221,179,131); }

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