Html Css Color HEX #DDA383 Tumbleweed

📋 copy color: '#DDA383'

red 221 ◦ green 163 ◦ blue 131

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

Shades of Tumbleweed #DDA383

Tints of Tumbleweed #DDA383

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.65%

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

R = 42.91%
G = 31.65%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDA383 (or 0xDDA383) is known color: Tumbleweed. HEX triplet: DD, A3 and 83. RGB value is (221,163,131). Sum of RGB (Red+Green+Blue) = 221+163+131=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA383 is #225C7C. Grayscale: #B0B0B0. Windows color (decimal): -2251901 or 8627165. OLE color: 8627165.

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

Color convert

RGB 221 163 131 -
CMYK 0 0.26 0.41 0.13
HSL 21.33º 0.57% 0.69% -
HSV(B) 21.33º 0.41% 0.87% -
XYZ 47.01 43.21 27.33 -
YUV 176.69 102.22 159.6 -
System Red Green Blue C M Y K H S L
Decimal 221 163 131 0 0.26 0.41 0.13 21.33 0.57 0.69
Hex DD A3 83 0 1A 29 D 15 39 45
Octal 335 243 203 0 32 51 15 25 71 105
Binary 11011101 10100011 10000011 0 11010 101001 1101 10101 111001 1000101

Color Harmonies of #DDA383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA383

Black with #DDA383

Text Example


Text Example

White with #DDA383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA383; }

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

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

background-color css

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

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

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

border-color css

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

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

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