Html Css Color HEX #D69C7E Tumbleweed

📋 copy color: '#D69C7E'

red 214 ◦ green 156 ◦ blue 126

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

Shades of Tumbleweed #D69C7E

Tints of Tumbleweed #D69C7E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.45%

 BLUE value IS 126 (49.61% from 255) = 25.4%

R = 43.15%
G = 31.45%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D69C7E (or 0xD69C7E) is known color: Tumbleweed. HEX triplet: D6, 9C and 7E. RGB value is (214,156,126). Sum of RGB (Red+Green+Blue) = 214+156+126=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C7E is #296381. Grayscale: #AAAAAA. Windows color (decimal): -2712450 or 8297686. OLE color: 8297686.

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

Color convert

RGB 214 156 126 -
CMYK 0 0.27 0.41 0.16
HSL 20.45º 0.52% 0.67% -
HSV(B) 20.45º 0.41% 0.84% -
XYZ 43.39 39.58 25.09 -
YUV 169.92 103.22 159.44 -
System Red Green Blue C M Y K H S L
Decimal 214 156 126 0 0.27 0.41 0.16 20.45 0.52 0.67
Hex D6 9C 7E 0 1B 29 10 14 34 43
Octal 326 234 176 0 33 51 20 24 64 103
Binary 11010110 10011100 1111110 0 11011 101001 10000 10100 110100 1000011

Color Harmonies of #D69C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69C7E

Black with #D69C7E

Text Example


Text Example

White with #D69C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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