Html Css Color HEX #D08954 Whiskey Sour

📋 copy color: '#D08954'

red 208 ◦ green 137 ◦ blue 84

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

Shades of Whiskey Sour #D08954

Tints of Whiskey Sour #D08954

RGB

 RED value IS 208 (81.64% from 255) = 48.48%

 GREEN value IS 137 (53.91% from 255) = 31.93%

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

R = 48.48%
G = 31.93%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D08954 (or 0xD08954) is known color: Whiskey Sour. HEX triplet: D0, 89 and 54. RGB value is (208,137,84). Sum of RGB (Red+Green+Blue) = 208+137+84=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 84 (33.20% from 255 or 19.58% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D08954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08954 is #2F76AB. Grayscale: #989898. Windows color (decimal): -3110572 or 5540304. OLE color: 5540304.

HSL color Cylindrical-coordinate representation of color #D08954: hue angle of 25.65º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D08954 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 137 84 -
CMYK 0 0.34 0.60 0.18
HSL 25.65º 0.57% 0.57% -
HSV(B) 25.65º 0.6% 0.82% -
XYZ 36.56 31.94 12.63 -
YUV 152.19 89.52 167.81 -
System Red Green Blue C M Y K H S L
Decimal 208 137 84 0 0.34 0.60 0.18 25.65 0.57 0.57
Hex D0 89 54 0 22 3C 12 1A 39 39
Octal 320 211 124 0 42 74 22 32 71 71
Binary 11010000 10001001 1010100 0 100010 111100 10010 11010 111001 111001

Color Harmonies of #D08954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08954

Black with #D08954

Text Example


Text Example

White with #D08954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08954; }

 p { color: rgb(208,137,84); }

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

background-color css

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

 a { background-color: rgb(208,137,84); }

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

border-color css

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

 span { border-color: rgb(208,137,84); }

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