Html Css Color HEX #D38A5E Whiskey

📋 copy color: '#D38A5E'

red 211 ◦ green 138 ◦ blue 94

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

Shades of Whiskey #D38A5E

Tints of Whiskey #D38A5E

RGB

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

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

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

R = 47.63%
G = 31.15%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D38A5E (or 0xD38A5E) is known color: Whiskey. HEX triplet: D3, 8A and 5E. RGB value is (211,138,94). Sum of RGB (Red+Green+Blue) = 211+138+94=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 94 (37.11% from 255 or 21.22% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38A5E is #2C75A1. Grayscale: #9B9B9B. Windows color (decimal): -2913698 or 6195923. OLE color: 6195923.

HSL color Cylindrical-coordinate representation of color #D38A5E: hue angle of 22.56º 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 #D38A5E is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 138 94 -
CMYK 0 0.35 0.55 0.17
HSL 22.56º 0.57% 0.6% -
HSV(B) 22.56º 0.55% 0.83% -
XYZ 37.97 32.83 14.93 -
YUV 154.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 211 138 94 0 0.35 0.55 0.17 22.56 0.57 0.6
Hex D3 8A 5E 0 23 37 11 17 39 3C
Octal 323 212 136 0 43 67 21 27 71 74
Binary 11010011 10001010 1011110 0 100011 110111 10001 10111 111001 111100

Color Harmonies of #D38A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38A5E

Black with #D38A5E

Text Example


Text Example

White with #D38A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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