Html Css Color HEX #DC9D75 Tumbleweed

📋 copy color: '#DC9D75'

red 220 ◦ green 157 ◦ blue 117

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

Shades of Tumbleweed #DC9D75

Tints of Tumbleweed #DC9D75

RGB

 RED value IS 220 (86.33% from 255) = 44.53%

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

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

R = 44.53%
G = 31.78%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC9D75 (or 0xDC9D75) is known color: Tumbleweed. HEX triplet: DC, 9D and 75. RGB value is (220,157,117). Sum of RGB (Red+Green+Blue) = 220+157+117=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9D75 is #23628A. Grayscale: #ABABAB. Windows color (decimal): -2318987 or 7708124. OLE color: 7708124.

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

Color convert

RGB 220 157 117 -
CMYK 0 0.29 0.47 0.14
HSL 23.3º 0.6% 0.66% -
HSV(B) 23.3º 0.47% 0.86% -
XYZ 44.78 40.61 22.31 -
YUV 171.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 220 157 117 0 0.29 0.47 0.14 23.3 0.6 0.66
Hex DC 9D 75 0 1D 2F E 17 3C 42
Octal 334 235 165 0 35 57 16 27 74 102
Binary 11011100 10011101 1110101 0 11101 101111 1110 10111 111100 1000010

Color Harmonies of #DC9D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D75

Black with #DC9D75

Text Example


Text Example

White with #DC9D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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