Html Css Color HEX #D38F51 Whiskey Sour

📋 copy color: '#D38F51'

red 211 ◦ green 143 ◦ blue 81

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

Shades of Whiskey Sour #D38F51

Tints of Whiskey Sour #D38F51

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.87%

 BLUE value IS 81 (32.03% from 255) = 18.62%

R = 48.51%
G = 32.87%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D38F51 (or 0xD38F51) is known color: Whiskey Sour. HEX triplet: D3, 8F and 51. RGB value is (211,143,81). Sum of RGB (Red+Green+Blue) = 211+143+81=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38F51 is #2C70AE. Grayscale: #9C9C9C. Windows color (decimal): -2912431 or 5345235. OLE color: 5345235.

HSL color Cylindrical-coordinate representation of color #D38F51: hue angle of 28.62º degrees, saturation: 0.6, 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 #D38F51 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 143 81 -
CMYK 0 0.32 0.62 0.17
HSL 28.62º 0.6% 0.57% -
HSV(B) 28.62º 0.62% 0.83% -
XYZ 38.17 34.09 12.35 -
YUV 156.26 85.53 167.04 -
System Red Green Blue C M Y K H S L
Decimal 211 143 81 0 0.32 0.62 0.17 28.62 0.6 0.57
Hex D3 8F 51 0 20 3E 11 1D 3C 39
Octal 323 217 121 0 40 76 21 35 74 71
Binary 11010011 10001111 1010001 0 100000 111110 10001 11101 111100 111001

Color Harmonies of #D38F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38F51

Black with #D38F51

Text Example


Text Example

White with #D38F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38F51; }

 p { color: rgb(211,143,81); }

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

background-color css

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

 a { background-color: rgb(211,143,81); }

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

border-color css

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

 span { border-color: rgb(211,143,81); }

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