Html Css Color HEX #DD9B7F Tumbleweed

📋 copy color: '#DD9B7F'

red 221 ◦ green 155 ◦ blue 127

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

Shades of Tumbleweed #DD9B7F

Tints of Tumbleweed #DD9B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.25%

R = 43.94%
G = 30.82%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD9B7F (or 0xDD9B7F) is known color: Tumbleweed. HEX triplet: DD, 9B and 7F. RGB value is (221,155,127). Sum of RGB (Red+Green+Blue) = 221+155+127=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9B7F is #226480. Grayscale: #ABABAB. Windows color (decimal): -2253953 or 8362973. OLE color: 8362973.

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

Color convert

RGB 221 155 127 -
CMYK 0 0.30 0.43 0.13
HSL 17.87º 0.58% 0.68% -
HSV(B) 17.87º 0.43% 0.87% -
XYZ 45.37 40.35 25.48 -
YUV 171.54 102.87 163.28 -
System Red Green Blue C M Y K H S L
Decimal 221 155 127 0 0.30 0.43 0.13 17.87 0.58 0.68
Hex DD 9B 7F 0 1E 2B D 12 3A 44
Octal 335 233 177 0 36 53 15 22 72 104
Binary 11011101 10011011 1111111 0 11110 101011 1101 10010 111010 1000100

Color Harmonies of #DD9B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9B7F

Black with #DD9B7F

Text Example


Text Example

White with #DD9B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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