Html Css Color HEX #D69054 Whiskey Sour

📋 copy color: '#D69054'

red 214 ◦ green 144 ◦ blue 84

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

Shades of Whiskey Sour #D69054

Tints of Whiskey Sour #D69054

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.58%

 BLUE value IS 84 (33.2% from 255) = 19%

R = 48.42%
G = 32.58%
B = 19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D69054 (or 0xD69054) is known color: Whiskey Sour. HEX triplet: D6, 90 and 54. RGB value is (214,144,84). Sum of RGB (Red+Green+Blue) = 214+144+84=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 84 (33.20% from 255 or 19.00% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D69054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69054 is #296FAB. Grayscale: #9E9E9E. Windows color (decimal): -2715564 or 5542102. OLE color: 5542102.

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

Color convert

RGB 214 144 84 -
CMYK 0 0.33 0.61 0.16
HSL 27.69º 0.61% 0.58% -
HSV(B) 27.69º 0.61% 0.84% -
XYZ 39.31 34.88 13.05 -
YUV 158.09 86.19 167.88 -
System Red Green Blue C M Y K H S L
Decimal 214 144 84 0 0.33 0.61 0.16 27.69 0.61 0.58
Hex D6 90 54 0 21 3D 10 1C 3D 3A
Octal 326 220 124 0 41 75 20 34 75 72
Binary 11010110 10010000 1010100 0 100001 111101 10000 11100 111101 111010

Color Harmonies of #D69054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69054

Black with #D69054

Text Example


Text Example

White with #D69054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69054; }

 p { color: rgb(214,144,84); }

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

background-color css

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

 a { background-color: rgb(214,144,84); }

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

border-color css

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

 span { border-color: rgb(214,144,84); }

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