Html Css Color HEX #DDA285 Tumbleweed

📋 copy color: '#DDA285'

red 221 ◦ green 162 ◦ blue 133

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

Shades of Tumbleweed #DDA285

Tints of Tumbleweed #DDA285

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.4%

 BLUE value IS 133 (52.34% from 255) = 25.78%

R = 42.83%
G = 31.4%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDA285 (or 0xDDA285) is known color: Tumbleweed. HEX triplet: DD, A2 and 85. RGB value is (221,162,133). Sum of RGB (Red+Green+Blue) = 221+162+133=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA285 is #225D7A. Grayscale: #B0B0B0. Windows color (decimal): -2252155 or 8757981. OLE color: 8757981.

HSL color Cylindrical-coordinate representation of color #DDA285: hue angle of 19.77º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDA285 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 162 133 -
CMYK 0 0.27 0.40 0.13
HSL 19.77º 0.56% 0.69% -
HSV(B) 19.77º 0.4% 0.87% -
XYZ 46.97 42.91 28 -
YUV 176.34 103.55 159.86 -
System Red Green Blue C M Y K H S L
Decimal 221 162 133 0 0.27 0.40 0.13 19.77 0.56 0.69
Hex DD A2 85 0 1B 28 D 14 38 45
Octal 335 242 205 0 33 50 15 24 70 105
Binary 11011101 10100010 10000101 0 11011 101000 1101 10100 111000 1000101

Color Harmonies of #DDA285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA285

Black with #DDA285

Text Example


Text Example

White with #DDA285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA285; }

 p { color: rgb(221,162,133); }

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

background-color css

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

 a { background-color: rgb(221,162,133); }

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

border-color css

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

 span { border-color: rgb(221,162,133); }

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