Html Css Color HEX #DDA37A Tumbleweed

📋 copy color: '#DDA37A'

red 221 ◦ green 163 ◦ blue 122

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

Shades of Tumbleweed #DDA37A

Tints of Tumbleweed #DDA37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.11%

R = 43.68%
G = 32.21%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDA37A (or 0xDDA37A) is known color: Tumbleweed. HEX triplet: DD, A3 and 7A. RGB value is (221,163,122). Sum of RGB (Red+Green+Blue) = 221+163+122=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA37A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA37A is #225C85. Grayscale: #AFAFAF. Windows color (decimal): -2251910 or 8037341. OLE color: 8037341.

HSL color Cylindrical-coordinate representation of color #DDA37A: hue angle of 24.85º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDA37A is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 163 122 -
CMYK 0 0.26 0.45 0.13
HSL 24.85º 0.59% 0.67% -
HSV(B) 24.85º 0.45% 0.87% -
XYZ 46.43 42.97 24.26 -
YUV 175.67 97.72 160.33 -
System Red Green Blue C M Y K H S L
Decimal 221 163 122 0 0.26 0.45 0.13 24.85 0.59 0.67
Hex DD A3 7A 0 1A 2D D 19 3B 43
Octal 335 243 172 0 32 55 15 31 73 103
Binary 11011101 10100011 1111010 0 11010 101101 1101 11001 111011 1000011

Color Harmonies of #DDA37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA37A

Black with #DDA37A

Text Example


Text Example

White with #DDA37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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