Html Css Color HEX #D5946C Whiskey

📋 copy color: '#D5946C'

red 213 ◦ green 148 ◦ blue 108

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

Shades of Whiskey #D5946C

Tints of Whiskey #D5946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.56%

 BLUE value IS 108 (42.58% from 255) = 23.03%

R = 45.42%
G = 31.56%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5946C (or 0xD5946C) is known color: Whiskey. HEX triplet: D5, 94 and 6C. RGB value is (213,148,108). Sum of RGB (Red+Green+Blue) = 213+148+108=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5946C is #2A6B93. Grayscale: #A3A3A3. Windows color (decimal): -2780052 or 7115989. OLE color: 7115989.

HSL color Cylindrical-coordinate representation of color #D5946C: hue angle of 22.86º degrees, saturation: 0.56, 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 #D5946C is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 148 108 -
CMYK 0 0.31 0.49 0.16
HSL 22.86º 0.56% 0.63% -
HSV(B) 22.86º 0.49% 0.84% -
XYZ 40.74 36.41 19.07 -
YUV 162.88 97.03 163.75 -
System Red Green Blue C M Y K H S L
Decimal 213 148 108 0 0.31 0.49 0.16 22.86 0.56 0.63
Hex D5 94 6C 0 1F 31 10 17 38 3F
Octal 325 224 154 0 37 61 20 27 70 77
Binary 11010101 10010100 1101100 0 11111 110001 10000 10111 111000 111111

Color Harmonies of #D5946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5946C

Black with #D5946C

Text Example


Text Example

White with #D5946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5946C; }

 p { color: rgb(213,148,108); }

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

background-color css

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

 a { background-color: rgb(213,148,108); }

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

border-color css

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

 span { border-color: rgb(213,148,108); }

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