Html Css Color HEX #D69F85 Tumbleweed

📋 copy color: '#D69F85'

red 214 ◦ green 159 ◦ blue 133

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

Shades of Tumbleweed #D69F85

Tints of Tumbleweed #D69F85

RGB

 RED value IS 214 (83.98% from 255) = 42.29%

 GREEN value IS 159 (62.5% from 255) = 31.42%

 BLUE value IS 133 (52.34% from 255) = 26.28%

R = 42.29%
G = 31.42%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D69F85 (or 0xD69F85) is known color: Tumbleweed. HEX triplet: D6, 9F and 85. RGB value is (214,159,133). Sum of RGB (Red+Green+Blue) = 214+159+133=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69F85 is #29607A. Grayscale: #ACACAC. Windows color (decimal): -2711675 or 8757206. OLE color: 8757206.

HSL color Cylindrical-coordinate representation of color #D69F85: hue angle of 19.26º 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 #D69F85 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 159 133 -
CMYK 0 0.26 0.38 0.16
HSL 19.26º 0.5% 0.68% -
HSV(B) 19.26º 0.38% 0.84% -
XYZ 44.36 40.79 27.72 -
YUV 172.48 105.72 157.61 -
System Red Green Blue C M Y K H S L
Decimal 214 159 133 0 0.26 0.38 0.16 19.26 0.5 0.68
Hex D6 9F 85 0 1A 26 10 13 32 44
Octal 326 237 205 0 32 46 20 23 62 104
Binary 11010110 10011111 10000101 0 11010 100110 10000 10011 110010 1000100

Color Harmonies of #D69F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F85

Black with #D69F85

Text Example


Text Example

White with #D69F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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