Html Css Color HEX #DDBD86 Straw

📋 copy color: '#DDBD86'

red 221 ◦ green 189 ◦ blue 134

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

Shades of Straw #DDBD86

Tints of Straw #DDBD86

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.74%

 BLUE value IS 134 (52.73% from 255) = 24.63%

R = 40.63%
G = 34.74%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DDBD86 (or 0xDDBD86) is known color: Straw. HEX triplet: DD, BD and 86. RGB value is (221,189,134). Sum of RGB (Red+Green+Blue) = 221+189+134=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 134 (52.73% from 255 or 24.63% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBD86 is #224279. Grayscale: #C0C0C0. Windows color (decimal): -2245242 or 8830429. OLE color: 8830429.

HSL color Cylindrical-coordinate representation of color #DDBD86: hue angle of 37.93º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDBD86 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 189 134 -
CMYK 0 0.14 0.39 0.13
HSL 37.93º 0.56% 0.7% -
HSV(B) 37.93º 0.39% 0.87% -
XYZ 52.32 53.49 30.12 -
YUV 192.3 95.1 148.47 -
System Red Green Blue C M Y K H S L
Decimal 221 189 134 0 0.14 0.39 0.13 37.93 0.56 0.7
Hex DD BD 86 0 E 27 D 26 38 46
Octal 335 275 206 0 16 47 15 46 70 106
Binary 11011101 10111101 10000110 0 1110 100111 1101 100110 111000 1000110

Color Harmonies of #DDBD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD86

Black with #DDBD86

Text Example


Text Example

White with #DDBD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD86; }

 p { color: rgb(221,189,134); }

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

background-color css

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

 a { background-color: rgb(221,189,134); }

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

border-color css

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

 span { border-color: rgb(221,189,134); }

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