Html Css Color HEX #D38C53 Whiskey Sour

📋 copy color: '#D38C53'

red 211 ◦ green 140 ◦ blue 83

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

Shades of Whiskey Sour #D38C53

Tints of Whiskey Sour #D38C53

RGB

 RED value IS 211 (82.81% from 255) = 48.62%

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

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

R = 48.62%
G = 32.26%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D38C53 (or 0xD38C53) is known color: Whiskey Sour. HEX triplet: D3, 8C and 53. RGB value is (211,140,83). Sum of RGB (Red+Green+Blue) = 211+140+83=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38C53 is #2C73AC. Grayscale: #9B9B9B. Windows color (decimal): -2913197 or 5475539. OLE color: 5475539.

HSL color Cylindrical-coordinate representation of color #D38C53: hue angle of 26.72º degrees, saturation: 0.59, 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 #D38C53 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 140 83 -
CMYK 0 0.34 0.61 0.17
HSL 26.72º 0.59% 0.58% -
HSV(B) 26.72º 0.61% 0.83% -
XYZ 37.8 33.23 12.61 -
YUV 154.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 211 140 83 0 0.34 0.61 0.17 26.72 0.59 0.58
Hex D3 8C 53 0 22 3D 11 1B 3B 3A
Octal 323 214 123 0 42 75 21 33 73 72
Binary 11010011 10001100 1010011 0 100010 111101 10001 11011 111011 111010

Color Harmonies of #D38C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38C53

Black with #D38C53

Text Example


Text Example

White with #D38C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38C53; }

 p { color: rgb(211,140,83); }

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

background-color css

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

 a { background-color: rgb(211,140,83); }

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

border-color css

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

 span { border-color: rgb(211,140,83); }

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