Html Css Color HEX #DDA683 Tumbleweed

📋 copy color: '#DDA683'

red 221 ◦ green 166 ◦ blue 131

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

Shades of Tumbleweed #DDA683

Tints of Tumbleweed #DDA683

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.05%

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

R = 42.66%
G = 32.05%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDA683 (or 0xDDA683) is known color: Tumbleweed. HEX triplet: DD, A6 and 83. RGB value is (221,166,131). Sum of RGB (Red+Green+Blue) = 221+166+131=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 131 (51.56% from 255 or 25.29% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA683 is #22597C. Grayscale: #B2B2B2. Windows color (decimal): -2251133 or 8627933. OLE color: 8627933.

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

Color convert

RGB 221 166 131 -
CMYK 0 0.25 0.41 0.13
HSL 23.33º 0.57% 0.69% -
HSV(B) 23.33º 0.41% 0.87% -
XYZ 47.55 44.28 27.51 -
YUV 178.46 101.22 158.35 -
System Red Green Blue C M Y K H S L
Decimal 221 166 131 0 0.25 0.41 0.13 23.33 0.57 0.69
Hex DD A6 83 0 19 29 D 17 39 45
Octal 335 246 203 0 31 51 15 27 71 105
Binary 11011101 10100110 10000011 0 11001 101001 1101 10111 111001 1000101

Color Harmonies of #DDA683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA683

Black with #DDA683

Text Example


Text Example

White with #DDA683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA683; }

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

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

background-color css

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

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

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

border-color css

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

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

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