Html Css Color HEX #D48953 Whiskey Sour

📋 copy color: '#D48953'

red 212 ◦ green 137 ◦ blue 83

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

Shades of Whiskey Sour #D48953

Tints of Whiskey Sour #D48953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.21%

R = 49.07%
G = 31.71%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D48953 (or 0xD48953) is known color: Whiskey Sour. HEX triplet: D4, 89 and 53. RGB value is (212,137,83). Sum of RGB (Red+Green+Blue) = 212+137+83=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D48953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48953 is #2B76AC. Grayscale: #999999. Windows color (decimal): -2848429 or 5474772. OLE color: 5474772.

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

Color convert

RGB 212 137 83 -
CMYK 0 0.35 0.61 0.17
HSL 25.12º 0.6% 0.58% -
HSV(B) 25.12º 0.61% 0.83% -
XYZ 37.66 32.51 12.47 -
YUV 153.27 88.35 169.89 -
System Red Green Blue C M Y K H S L
Decimal 212 137 83 0 0.35 0.61 0.17 25.12 0.6 0.58
Hex D4 89 53 0 23 3D 11 19 3C 3A
Octal 324 211 123 0 43 75 21 31 74 72
Binary 11010100 10001001 1010011 0 100011 111101 10001 11001 111100 111010

Color Harmonies of #D48953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48953

Black with #D48953

Text Example


Text Example

White with #D48953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48953; }

 p { color: rgb(212,137,83); }

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

background-color css

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

 a { background-color: rgb(212,137,83); }

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

border-color css

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

 span { border-color: rgb(212,137,83); }

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