Html Css Color HEX #D48C5A Whiskey Sour

📋 copy color: '#D48C5A'

red 212 ◦ green 140 ◦ blue 90

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

Shades of Whiskey Sour #D48C5A

Tints of Whiskey Sour #D48C5A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.67%

 BLUE value IS 90 (35.55% from 255) = 20.36%

R = 47.96%
G = 31.67%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D48C5A (or 0xD48C5A) is known color: Whiskey Sour. HEX triplet: D4, 8C and 5A. RGB value is (212,140,90). Sum of RGB (Red+Green+Blue) = 212+140+90=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48C5A is #2B73A5. Grayscale: #9C9C9C. Windows color (decimal): -2847654 or 5934292. OLE color: 5934292.

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

Color convert

RGB 212 140 90 -
CMYK 0 0.34 0.58 0.17
HSL 24.59º 0.59% 0.59% -
HSV(B) 24.59º 0.58% 0.83% -
XYZ 38.37 33.49 14.11 -
YUV 155.83 90.85 168.07 -
System Red Green Blue C M Y K H S L
Decimal 212 140 90 0 0.34 0.58 0.17 24.59 0.59 0.59
Hex D4 8C 5A 0 22 3A 11 19 3B 3B
Octal 324 214 132 0 42 72 21 31 73 73
Binary 11010100 10001100 1011010 0 100010 111010 10001 11001 111011 111011

Color Harmonies of #D48C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48C5A

Black with #D48C5A

Text Example


Text Example

White with #D48C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48C5A; }

 p { color: rgb(212,140,90); }

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

background-color css

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

 a { background-color: rgb(212,140,90); }

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

border-color css

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

 span { border-color: rgb(212,140,90); }

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