Html Css Color HEX #DD9D75 Tumbleweed

📋 copy color: '#DD9D75'

red 221 ◦ green 157 ◦ blue 117

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

Shades of Tumbleweed #DD9D75

Tints of Tumbleweed #DD9D75

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.72%

 BLUE value IS 117 (46.09% from 255) = 23.64%

R = 44.65%
G = 31.72%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD9D75 (or 0xDD9D75) is known color: Tumbleweed. HEX triplet: DD, 9D and 75. RGB value is (221,157,117). Sum of RGB (Red+Green+Blue) = 221+157+117=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9D75 is #22628A. Grayscale: #ABABAB. Windows color (decimal): -2253451 or 7708125. OLE color: 7708125.

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

Color convert

RGB 221 157 117 -
CMYK 0 0.29 0.47 0.13
HSL 23.08º 0.6% 0.66% -
HSV(B) 23.08º 0.47% 0.87% -
XYZ 45.09 40.77 22.32 -
YUV 171.58 97.2 163.25 -
System Red Green Blue C M Y K H S L
Decimal 221 157 117 0 0.29 0.47 0.13 23.08 0.6 0.66
Hex DD 9D 75 0 1D 2F D 17 3C 42
Octal 335 235 165 0 35 57 15 27 74 102
Binary 11011101 10011101 1110101 0 11101 101111 1101 10111 111100 1000010

Color Harmonies of #DD9D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9D75

Black with #DD9D75

Text Example


Text Example

White with #DD9D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9D75; }

 p { color: rgb(221,157,117); }

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

background-color css

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

 a { background-color: rgb(221,157,117); }

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

border-color css

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

 span { border-color: rgb(221,157,117); }

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