Html Css Color HEX #D5A06D Whiskey

📋 copy color: '#D5A06D'

red 213 ◦ green 160 ◦ blue 109

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

Shades of Whiskey #D5A06D

Tints of Whiskey #D5A06D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.2%

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 44.19%
G = 33.2%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5A06D (or 0xD5A06D) is known color: Whiskey. HEX triplet: D5, A0 and 6D. RGB value is (213,160,109). Sum of RGB (Red+Green+Blue) = 213+160+109=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A06D is #2A5F92. Grayscale: #AAAAAA. Windows color (decimal): -2776979 or 7184597. OLE color: 7184597.

HSL color Cylindrical-coordinate representation of color #D5A06D: hue angle of 29.42º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5A06D is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 160 109 -
CMYK 0 0.25 0.49 0.16
HSL 29.42º 0.55% 0.63% -
HSV(B) 29.42º 0.49% 0.84% -
XYZ 42.77 40.39 20.01 -
YUV 170.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 213 160 109 0 0.25 0.49 0.16 29.42 0.55 0.63
Hex D5 A0 6D 0 19 31 10 1D 37 3F
Octal 325 240 155 0 31 61 20 35 67 77
Binary 11010101 10100000 1101101 0 11001 110001 10000 11101 110111 111111

Color Harmonies of #D5A06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A06D

Black with #D5A06D

Text Example


Text Example

White with #D5A06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A06D; }

 p { color: rgb(213,160,109); }

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

background-color css

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

 a { background-color: rgb(213,160,109); }

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

border-color css

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

 span { border-color: rgb(213,160,109); }

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