Html Css Color HEX #DD9B78 Tumbleweed

📋 copy color: '#DD9B78'

red 221 ◦ green 155 ◦ blue 120

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

Shades of Tumbleweed #DD9B78

Tints of Tumbleweed #DD9B78

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.25%

 BLUE value IS 120 (47.27% from 255) = 24.19%

R = 44.56%
G = 31.25%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD9B78 (or 0xDD9B78) is known color: Tumbleweed. HEX triplet: DD, 9B and 78. RGB value is (221,155,120). Sum of RGB (Red+Green+Blue) = 221+155+120=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9B78 is #226487. Grayscale: #AAAAAA. Windows color (decimal): -2253960 or 7904221. OLE color: 7904221.

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

Color convert

RGB 221 155 120 -
CMYK 0 0.30 0.46 0.13
HSL 20.79º 0.6% 0.67% -
HSV(B) 20.79º 0.46% 0.87% -
XYZ 44.93 40.17 23.15 -
YUV 170.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 221 155 120 0 0.30 0.46 0.13 20.79 0.6 0.67
Hex DD 9B 78 0 1E 2E D 15 3C 43
Octal 335 233 170 0 36 56 15 25 74 103
Binary 11011101 10011011 1111000 0 11110 101110 1101 10101 111100 1000011

Color Harmonies of #DD9B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9B78

Black with #DD9B78

Text Example


Text Example

White with #DD9B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9B78; }

 p { color: rgb(221,155,120); }

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

background-color css

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

 a { background-color: rgb(221,155,120); }

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

border-color css

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

 span { border-color: rgb(221,155,120); }

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