#D69F7D

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

Shades of Tumbleweed #D69F7D

Tints of Tumbleweed #D69F7D

Color information

#D69F7D (or 0xD69F7D) is unknown color: approx Tumbleweed. HEX triplet: D6, 9F and 7D. RGB value is (214,159,125). Sum of RGB (Red+Green+Blue) = 214+159+125=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69F7D is #296082. Grayscale: #ABABAB. Windows color (decimal): -2711683 or 8232918. OLE color: 8232918.

HSL color Cylindrical-coordinate representation of color #D69F7D: hue angle of 22.92º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D69F7D is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB214159125-
CMYK00.260.420.16
HSL22.92º52.05%66.47%-
HSV(B)22.92º41.59%83.92%-
XYZ43.8340.5724.92-
YUV171.57101.72158.26-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.97%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 125 (49.22% from 255) = 25.10%
R=42.97%
G=31.93%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415912500.260.420.1622.9252.0566.47
HexD69F7D01A2A10173442
Octal32623717503252202764102
Binary1101011010011111111110101101010101010000101111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69F7D; }

 p { color: rgb(214,159,125); }

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

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

 a { background-color: rgb(214,159,125); }

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

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

 span { border-color: rgb(214,159,125); }

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