Html Css Color HEX #D48A50 Whiskey Sour

📋 copy color: '#D48A50'

red 212 ◦ green 138 ◦ blue 80

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

Shades of Whiskey Sour #D48A50

Tints of Whiskey Sour #D48A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.6%

R = 49.3%
G = 32.09%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D48A50 (or 0xD48A50) is known color: Whiskey Sour. HEX triplet: D4, 8A and 50. RGB value is (212,138,80). Sum of RGB (Red+Green+Blue) = 212+138+80=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A50 is #2B75AF. Grayscale: #999999. Windows color (decimal): -2848176 or 5278420. OLE color: 5278420.

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

Color convert

RGB 212 138 80 -
CMYK 0 0.35 0.62 0.17
HSL 26.36º 0.61% 0.57% -
HSV(B) 26.36º 0.62% 0.83% -
XYZ 37.69 32.75 11.93 -
YUV 153.51 86.52 169.72 -
System Red Green Blue C M Y K H S L
Decimal 212 138 80 0 0.35 0.62 0.17 26.36 0.61 0.57
Hex D4 8A 50 0 23 3E 11 1A 3D 39
Octal 324 212 120 0 43 76 21 32 75 71
Binary 11010100 10001010 1010000 0 100011 111110 10001 11010 111101 111001

Color Harmonies of #D48A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A50

Black with #D48A50

Text Example


Text Example

White with #D48A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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