Html Css Color HEX #D38D5E Whiskey

📋 copy color: '#D38D5E'

red 211 ◦ green 141 ◦ blue 94

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

Shades of Whiskey #D38D5E

Tints of Whiskey #D38D5E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.61%

 BLUE value IS 94 (37.11% from 255) = 21.08%

R = 47.31%
G = 31.61%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D38D5E (or 0xD38D5E) is known color: Whiskey. HEX triplet: D3, 8D and 5E. RGB value is (211,141,94). Sum of RGB (Red+Green+Blue) = 211+141+94=446 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.31% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38D5E is #2C72A1. Grayscale: #9C9C9C. Windows color (decimal): -2912930 or 6196691. OLE color: 6196691.

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

Color convert

RGB 211 141 94 -
CMYK 0 0.33 0.55 0.17
HSL 24.1º 0.57% 0.6% -
HSV(B) 24.1º 0.55% 0.83% -
XYZ 38.41 33.71 15.07 -
YUV 156.57 92.69 166.82 -
System Red Green Blue C M Y K H S L
Decimal 211 141 94 0 0.33 0.55 0.17 24.1 0.57 0.6
Hex D3 8D 5E 0 21 37 11 18 39 3C
Octal 323 215 136 0 41 67 21 30 71 74
Binary 11010011 10001101 1011110 0 100001 110111 10001 11000 111001 111100

Color Harmonies of #D38D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38D5E

Black with #D38D5E

Text Example


Text Example

White with #D38D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38D5E; }

 p { color: rgb(211,141,94); }

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

background-color css

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

 a { background-color: rgb(211,141,94); }

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

border-color css

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

 span { border-color: rgb(211,141,94); }

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