Html Css Color HEX #D69456 Whiskey Sour

📋 copy color: '#D69456'

red 214 ◦ green 148 ◦ blue 86

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

Shades of Whiskey Sour #D69456

Tints of Whiskey Sour #D69456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.2%

R = 47.77%
G = 33.04%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D69456 (or 0xD69456) is known color: Whiskey Sour. HEX triplet: D6, 94 and 56. RGB value is (214,148,86). Sum of RGB (Red+Green+Blue) = 214+148+86=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D69456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69456 is #296BA9. Grayscale: #A0A0A0. Windows color (decimal): -2714538 or 5674198. OLE color: 5674198.

HSL color Cylindrical-coordinate representation of color #D69456: hue angle of 29.06º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D69456 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 148 86 -
CMYK 0 0.31 0.60 0.16
HSL 29.06º 0.61% 0.59% -
HSV(B) 29.06º 0.6% 0.84% -
XYZ 40 36.15 13.67 -
YUV 160.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 214 148 86 0 0.31 0.60 0.16 29.06 0.61 0.59
Hex D6 94 56 0 1F 3C 10 1D 3D 3B
Octal 326 224 126 0 37 74 20 35 75 73
Binary 11010110 10010100 1010110 0 11111 111100 10000 11101 111101 111011

Color Harmonies of #D69456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69456

Black with #D69456

Text Example


Text Example

White with #D69456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69456; }

 p { color: rgb(214,148,86); }

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

background-color css

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

 a { background-color: rgb(214,148,86); }

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

border-color css

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

 span { border-color: rgb(214,148,86); }

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