Html Css Color HEX #DDA78E Tumbleweed

📋 copy color: '#DDA78E'

red 221 ◦ green 167 ◦ blue 142

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

Shades of Tumbleweed #DDA78E

Tints of Tumbleweed #DDA78E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.51%

 BLUE value IS 142 (55.86% from 255) = 26.79%

R = 41.7%
G = 31.51%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDA78E (or 0xDDA78E) is known color: Tumbleweed. HEX triplet: DD, A7 and 8E. RGB value is (221,167,142). Sum of RGB (Red+Green+Blue) = 221+167+142=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA78E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA78E is #225871. Grayscale: #B4B4B4. Windows color (decimal): -2250866 or 9349085. OLE color: 9349085.

HSL color Cylindrical-coordinate representation of color #DDA78E: hue angle of 18.99º 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 #DDA78E is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 167 142 -
CMYK 0 0.24 0.36 0.13
HSL 18.99º 0.54% 0.71% -
HSV(B) 18.99º 0.36% 0.87% -
XYZ 48.52 44.96 31.71 -
YUV 180.3 106.39 157.03 -
System Red Green Blue C M Y K H S L
Decimal 221 167 142 0 0.24 0.36 0.13 18.99 0.54 0.71
Hex DD A7 8E 0 18 24 D 13 36 47
Octal 335 247 216 0 30 44 15 23 66 107
Binary 11011101 10100111 10001110 0 11000 100100 1101 10011 110110 1000111

Color Harmonies of #DDA78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA78E

Black with #DDA78E

Text Example


Text Example

White with #DDA78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA78E; }

 p { color: rgb(221,167,142); }

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

background-color css

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

 a { background-color: rgb(221,167,142); }

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

border-color css

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

 span { border-color: rgb(221,167,142); }

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