Html Css Color HEX #DDB788 Burly Wood

📋 copy color: '#DDB788'

red 221 ◦ green 183 ◦ blue 136

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

Shades of Burly Wood #DDB788

Tints of Burly Wood #DDB788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.19%

R = 40.93%
G = 33.89%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDB788 (or 0xDDB788) is known color: Burly Wood. HEX triplet: DD, B7 and 88. RGB value is (221,183,136). Sum of RGB (Red+Green+Blue) = 221+183+136=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB788 is #224877. Grayscale: #BDBDBD. Windows color (decimal): -2246776 or 8959965. OLE color: 8959965.

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

Color convert

RGB 221 183 136 -
CMYK 0 0.17 0.38 0.13
HSL 33.18º 0.56% 0.7% -
HSV(B) 33.18º 0.38% 0.87% -
XYZ 51.2 51.02 30.44 -
YUV 189 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 221 183 136 0 0.17 0.38 0.13 33.18 0.56 0.7
Hex DD B7 88 0 11 26 D 21 38 46
Octal 335 267 210 0 21 46 15 41 70 106
Binary 11011101 10110111 10001000 0 10001 100110 1101 100001 111000 1000110

Color Harmonies of #DDB788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB788

Black with #DDB788

Text Example


Text Example

White with #DDB788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB788; }

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

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

background-color css

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

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

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

border-color css

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

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

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