Html Css Color HEX #DDB783 Burly Wood

📋 copy color: '#DDB783'

red 221 ◦ green 183 ◦ blue 131

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

Shades of Burly Wood #DDB783

Tints of Burly Wood #DDB783

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.21%

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

R = 41.31%
G = 34.21%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDB783 (or 0xDDB783) is known color: Burly Wood. HEX triplet: DD, B7 and 83. RGB value is (221,183,131). Sum of RGB (Red+Green+Blue) = 221+183+131=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB783 is #22487C. Grayscale: #BCBCBC. Windows color (decimal): -2246781 or 8632285. OLE color: 8632285.

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

Color convert

RGB 221 183 131 -
CMYK 0 0.17 0.41 0.13
HSL 34.67º 0.57% 0.69% -
HSV(B) 34.67º 0.41% 0.87% -
XYZ 50.85 50.88 28.61 -
YUV 188.43 95.59 151.23 -
System Red Green Blue C M Y K H S L
Decimal 221 183 131 0 0.17 0.41 0.13 34.67 0.57 0.69
Hex DD B7 83 0 11 29 D 23 39 45
Octal 335 267 203 0 21 51 15 43 71 105
Binary 11011101 10110111 10000011 0 10001 101001 1101 100011 111001 1000101

Color Harmonies of #DDB783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB783

Black with #DDB783

Text Example


Text Example

White with #DDB783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB783; }

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

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

background-color css

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

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

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

border-color css

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

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

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