Html Css Color HEX #D5A274 Tumbleweed

📋 copy color: '#D5A274'

red 213 ◦ green 162 ◦ blue 116

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

Shades of Tumbleweed #D5A274

Tints of Tumbleweed #D5A274

RGB

 RED value IS 213 (83.59% from 255) = 43.38%

 GREEN value IS 162 (63.67% from 255) = 32.99%

 BLUE value IS 116 (45.7% from 255) = 23.63%

R = 43.38%
G = 32.99%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D5A274 (or 0xD5A274) is known color: Tumbleweed. HEX triplet: D5, A2 and 74. RGB value is (213,162,116). Sum of RGB (Red+Green+Blue) = 213+162+116=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A274 is #2A5D8B. Grayscale: #ACACAC. Windows color (decimal): -2776460 or 7643861. OLE color: 7643861.

HSL color Cylindrical-coordinate representation of color #D5A274: hue angle of 28.45º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5A274 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 162 116 -
CMYK 0 0.24 0.46 0.16
HSL 28.45º 0.54% 0.65% -
HSV(B) 28.45º 0.46% 0.84% -
XYZ 43.51 41.25 22.19 -
YUV 172.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 213 162 116 0 0.24 0.46 0.16 28.45 0.54 0.65
Hex D5 A2 74 0 18 2E 10 1C 36 41
Octal 325 242 164 0 30 56 20 34 66 101
Binary 11010101 10100010 1110100 0 11000 101110 10000 11100 110110 1000001

Color Harmonies of #D5A274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A274

Black with #D5A274

Text Example


Text Example

White with #D5A274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A274; }

 p { color: rgb(213,162,116); }

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

background-color css

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

 a { background-color: rgb(213,162,116); }

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

border-color css

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

 span { border-color: rgb(213,162,116); }

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