Html Css Color HEX #D69E7D Tumbleweed

📋 copy color: '#D69E7D'

red 214 ◦ green 158 ◦ blue 125

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

Shades of Tumbleweed #D69E7D

Tints of Tumbleweed #D69E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.15%

R = 43.06%
G = 31.79%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D69E7D (or 0xD69E7D) is known color: Tumbleweed. HEX triplet: D6, 9E and 7D. RGB value is (214,158,125). Sum of RGB (Red+Green+Blue) = 214+158+125=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69E7D is #296182. Grayscale: #ABABAB. Windows color (decimal): -2711939 or 8232662. OLE color: 8232662.

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

Color convert

RGB 214 158 125 -
CMYK 0 0.26 0.42 0.16
HSL 22.25º 0.52% 0.66% -
HSV(B) 22.25º 0.42% 0.84% -
XYZ 43.66 40.23 24.87 -
YUV 170.98 102.05 158.68 -
System Red Green Blue C M Y K H S L
Decimal 214 158 125 0 0.26 0.42 0.16 22.25 0.52 0.66
Hex D6 9E 7D 0 1A 2A 10 16 34 42
Octal 326 236 175 0 32 52 20 26 64 102
Binary 11010110 10011110 1111101 0 11010 101010 10000 10110 110100 1000010

Color Harmonies of #D69E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69E7D

Black with #D69E7D

Text Example


Text Example

White with #D69E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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