Html Css Color HEX #D38D61 Whiskey

📋 copy color: '#D38D61'

red 211 ◦ green 141 ◦ blue 97

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

Shades of Whiskey #D38D61

Tints of Whiskey #D38D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.6%

R = 46.99%
G = 31.4%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D38D61 (or 0xD38D61) is known color: Whiskey. HEX triplet: D3, 8D and 61. RGB value is (211,141,97). Sum of RGB (Red+Green+Blue) = 211+141+97=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38D61 is #2C729E. Grayscale: #9D9D9D. Windows color (decimal): -2912927 or 6393299. OLE color: 6393299.

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

Color convert

RGB 211 141 97 -
CMYK 0 0.33 0.54 0.17
HSL 23.16º 0.56% 0.6% -
HSV(B) 23.16º 0.54% 0.83% -
XYZ 38.55 33.76 15.79 -
YUV 156.91 94.19 166.58 -
System Red Green Blue C M Y K H S L
Decimal 211 141 97 0 0.33 0.54 0.17 23.16 0.56 0.6
Hex D3 8D 61 0 21 36 11 17 38 3C
Octal 323 215 141 0 41 66 21 27 70 74
Binary 11010011 10001101 1100001 0 100001 110110 10001 10111 111000 111100

Color Harmonies of #D38D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38D61

Black with #D38D61

Text Example


Text Example

White with #D38D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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