Html Css Color HEX #D48A54 Whiskey Sour

📋 copy color: '#D48A54'

red 212 ◦ green 138 ◦ blue 84

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

Shades of Whiskey Sour #D48A54

Tints of Whiskey Sour #D48A54

RGB

 RED value IS 212 (83.2% from 255) = 48.85%

 GREEN value IS 138 (54.3% from 255) = 31.8%

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

R = 48.85%
G = 31.8%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#D48A54 (or 0xD48A54) is known color: Whiskey Sour. HEX triplet: D4, 8A and 54. RGB value is (212,138,84). Sum of RGB (Red+Green+Blue) = 212+138+84=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A54 is #2B75AB. Grayscale: #9A9A9A. Windows color (decimal): -2848172 or 5540564. OLE color: 5540564.

HSL color Cylindrical-coordinate representation of color #D48A54: hue angle of 25.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D48A54 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 138 84 -
CMYK 0 0.35 0.60 0.17
HSL 25.31º 0.6% 0.58% -
HSV(B) 25.31º 0.6% 0.83% -
XYZ 37.84 32.81 12.73 -
YUV 153.97 88.52 169.39 -
System Red Green Blue C M Y K H S L
Decimal 212 138 84 0 0.35 0.60 0.17 25.31 0.6 0.58
Hex D4 8A 54 0 23 3C 11 19 3C 3A
Octal 324 212 124 0 43 74 21 31 74 72
Binary 11010100 10001010 1010100 0 100011 111100 10001 11001 111100 111010

Color Harmonies of #D48A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A54

Black with #D48A54

Text Example


Text Example

White with #D48A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A54; }

 p { color: rgb(212,138,84); }

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

background-color css

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

 a { background-color: rgb(212,138,84); }

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

border-color css

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

 span { border-color: rgb(212,138,84); }

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