Html Css Color HEX #DC9E75 Tumbleweed

📋 copy color: '#DC9E75'

red 220 ◦ green 158 ◦ blue 117

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

Shades of Tumbleweed #DC9E75

Tints of Tumbleweed #DC9E75

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.92%

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

R = 44.44%
G = 31.92%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC9E75 (or 0xDC9E75) is known color: Tumbleweed. HEX triplet: DC, 9E and 75. RGB value is (220,158,117). Sum of RGB (Red+Green+Blue) = 220+158+117=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9E75 is #23618A. Grayscale: #ACACAC. Windows color (decimal): -2318731 or 7708380. OLE color: 7708380.

HSL color Cylindrical-coordinate representation of color #DC9E75: hue angle of 23.88º 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 #DC9E75 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 158 117 -
CMYK 0 0.28 0.47 0.14
HSL 23.88º 0.6% 0.66% -
HSV(B) 23.88º 0.47% 0.86% -
XYZ 44.95 40.95 22.37 -
YUV 171.86 97.04 162.33 -
System Red Green Blue C M Y K H S L
Decimal 220 158 117 0 0.28 0.47 0.14 23.88 0.6 0.66
Hex DC 9E 75 0 1C 2F E 18 3C 42
Octal 334 236 165 0 34 57 16 30 74 102
Binary 11011100 10011110 1110101 0 11100 101111 1110 11000 111100 1000010

Color Harmonies of #DC9E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E75

Black with #DC9E75

Text Example


Text Example

White with #DC9E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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