Html Css Color HEX #D6924E Whiskey Sour

📋 copy color: '#D6924E'

red 214 ◦ green 146 ◦ blue 78

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

Shades of Whiskey Sour #D6924E

Tints of Whiskey Sour #D6924E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.33%

 BLUE value IS 78 (30.86% from 255) = 17.81%

R = 48.86%
G = 33.33%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6924E (or 0xD6924E) is known color: Whiskey Sour. HEX triplet: D6, 92 and 4E. RGB value is (214,146,78). Sum of RGB (Red+Green+Blue) = 214+146+78=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6924E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6924E is #296DB1. Grayscale: #9E9E9E. Windows color (decimal): -2715058 or 5149398. OLE color: 5149398.

HSL color Cylindrical-coordinate representation of color #D6924E: hue angle of 30º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6924E is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 146 78 -
CMYK 0 0.32 0.64 0.16
HSL 30º 0.62% 0.57% -
HSV(B) 30º 0.64% 0.84% -
XYZ 39.39 35.4 11.97 -
YUV 158.58 82.53 167.53 -
System Red Green Blue C M Y K H S L
Decimal 214 146 78 0 0.32 0.64 0.16 30 0.62 0.57
Hex D6 92 4E 0 20 40 10 1E 3E 39
Octal 326 222 116 0 40 100 20 36 76 71
Binary 11010110 10010010 1001110 0 100000 1000000 10000 11110 111110 111001

Color Harmonies of #D6924E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6924E

Black with #D6924E

Text Example


Text Example

White with #D6924E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6924E; }

 p { color: rgb(214,146,78); }

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

background-color css

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

 a { background-color: rgb(214,146,78); }

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

border-color css

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

 span { border-color: rgb(214,146,78); }

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