#D69C84

Color #D69C84 Tumbleweed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tumbleweed #D69C84

Tints of Tumbleweed #D69C84

Color information

#D69C84 (or 0xD69C84) is unknown color: approx Tumbleweed. HEX triplet: D6, 9C and 84. RGB value is (214,156,132). Sum of RGB (Red+Green+Blue) = 214+156+132=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 156 (61.33% from 255 or 31.08% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69C84 is #29637B. Grayscale: #AAAAAA. Windows color (decimal): -2712444 or 8690902. OLE color: 8690902.

HSL color Cylindrical-coordinate representation of color #D69C84: hue angle of 17.56º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D69C84 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB214156132-
CMYK00.270.380.16
HSL17.56º50%67.84%-
HSV(B)17.56º38.32%83.92%-
XYZ43.7839.7427.19-
YUV170.61106.22158.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.63%
GREEN value IS 156 (61.33% from 255) = 31.08%
BLUE value IS 132 (51.95% from 255) = 26.29%
R=42.63%
G=31.08%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415613200.270.380.1617.565067.84
HexD69C8401B2610123244
Octal32623420403346202262104
Binary11010110100111001000010001101110011010000100101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69C84; }

 p { color: rgb(214,156,132); }

 H1.HeaderClassName
 {
   color: #D69C84;
 }
 .AnyTagClassName
 {
   color: #D69C84;
 }
</style>
background-color css

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

 a { background-color: rgb(214,156,132); }

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

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

 span { border-color: rgb(214,156,132); }

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