Html Css Color HEX #DDA68A Tumbleweed

📋 copy color: '#DDA68A'

red 221 ◦ green 166 ◦ blue 138

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

Shades of Tumbleweed #DDA68A

Tints of Tumbleweed #DDA68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.29%

R = 42.1%
G = 31.62%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDA68A (or 0xDDA68A) is known color: Tumbleweed. HEX triplet: DD, A6 and 8A. RGB value is (221,166,138). Sum of RGB (Red+Green+Blue) = 221+166+138=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 166 (65.23% from 255 or 31.62% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA68A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA68A is #225975. Grayscale: #B3B3B3. Windows color (decimal): -2251126 or 9086685. OLE color: 9086685.

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

Color convert

RGB 221 166 138 -
CMYK 0 0.25 0.38 0.13
HSL 20.24º 0.55% 0.7% -
HSV(B) 20.24º 0.38% 0.87% -
XYZ 48.04 44.48 30.1 -
YUV 179.25 104.72 157.78 -
System Red Green Blue C M Y K H S L
Decimal 221 166 138 0 0.25 0.38 0.13 20.24 0.55 0.7
Hex DD A6 8A 0 19 26 D 14 37 46
Octal 335 246 212 0 31 46 15 24 67 106
Binary 11011101 10100110 10001010 0 11001 100110 1101 10100 110111 1000110

Color Harmonies of #DDA68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA68A

Black with #DDA68A

Text Example


Text Example

White with #DDA68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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