Html Css Color HEX #DDA68D Tumbleweed

📋 copy color: '#DDA68D'

red 221 ◦ green 166 ◦ blue 141

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

Shades of Tumbleweed #DDA68D

Tints of Tumbleweed #DDA68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.7%

R = 41.86%
G = 31.44%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDA68D (or 0xDDA68D) is known color: Tumbleweed. HEX triplet: DD, A6 and 8D. RGB value is (221,166,141). Sum of RGB (Red+Green+Blue) = 221+166+141=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA68D is #225972. Grayscale: #B3B3B3. Windows color (decimal): -2251123 or 9283293. OLE color: 9283293.

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

Color convert

RGB 221 166 141 -
CMYK 0 0.25 0.36 0.13
HSL 18.75º 0.54% 0.71% -
HSV(B) 18.75º 0.36% 0.87% -
XYZ 48.26 44.57 31.26 -
YUV 179.6 106.22 157.53 -
System Red Green Blue C M Y K H S L
Decimal 221 166 141 0 0.25 0.36 0.13 18.75 0.54 0.71
Hex DD A6 8D 0 19 24 D 13 36 47
Octal 335 246 215 0 31 44 15 23 66 107
Binary 11011101 10100110 10001101 0 11001 100100 1101 10011 110110 1000111

Color Harmonies of #DDA68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA68D

Black with #DDA68D

Text Example


Text Example

White with #DDA68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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