Html Css Color HEX #D69F81 Tumbleweed

📋 copy color: '#D69F81'

red 214 ◦ green 159 ◦ blue 129

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

Shades of Tumbleweed #D69F81

Tints of Tumbleweed #D69F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.7%

R = 42.63%
G = 31.67%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D69F81 (or 0xD69F81) is known color: Tumbleweed. HEX triplet: D6, 9F and 81. RGB value is (214,159,129). Sum of RGB (Red+Green+Blue) = 214+159+129=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69F81 is #29607E. Grayscale: #ACACAC. Windows color (decimal): -2711679 or 8495062. OLE color: 8495062.

HSL color Cylindrical-coordinate representation of color #D69F81: hue angle of 21.18º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D69F81 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 159 129 -
CMYK 0 0.26 0.40 0.16
HSL 21.18º 0.51% 0.67% -
HSV(B) 21.18º 0.4% 0.84% -
XYZ 44.09 40.68 26.3 -
YUV 172.03 103.72 157.94 -
System Red Green Blue C M Y K H S L
Decimal 214 159 129 0 0.26 0.40 0.16 21.18 0.51 0.67
Hex D6 9F 81 0 1A 28 10 15 33 43
Octal 326 237 201 0 32 50 20 25 63 103
Binary 11010110 10011111 10000001 0 11010 101000 10000 10101 110011 1000011

Color Harmonies of #D69F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F81

Black with #D69F81

Text Example


Text Example

White with #D69F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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