Html Css Color HEX #D6A77D Tumbleweed

📋 copy color: '#D6A77D'

red 214 ◦ green 167 ◦ blue 125

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

Shades of Tumbleweed #D6A77D

Tints of Tumbleweed #D6A77D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33%

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

R = 42.29%
G = 33%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6A77D (or 0xD6A77D) is known color: Tumbleweed. HEX triplet: D6, A7 and 7D. RGB value is (214,167,125). Sum of RGB (Red+Green+Blue) = 214+167+125=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A77D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A77D is #295882. Grayscale: #B0B0B0. Windows color (decimal): -2709635 or 8234966. OLE color: 8234966.

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

Color convert

RGB 214 167 125 -
CMYK 0 0.22 0.42 0.16
HSL 28.31º 0.52% 0.66% -
HSV(B) 28.31º 0.42% 0.84% -
XYZ 45.25 43.41 25.4 -
YUV 176.27 99.07 154.92 -
System Red Green Blue C M Y K H S L
Decimal 214 167 125 0 0.22 0.42 0.16 28.31 0.52 0.66
Hex D6 A7 7D 0 16 2A 10 1C 34 42
Octal 326 247 175 0 26 52 20 34 64 102
Binary 11010110 10100111 1111101 0 10110 101010 10000 11100 110100 1000010

Color Harmonies of #D6A77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A77D

Black with #D6A77D

Text Example


Text Example

White with #D6A77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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