Html Css Color HEX #D38D62 Whiskey

📋 copy color: '#D38D62'

red 211 ◦ green 141 ◦ blue 98

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

Shades of Whiskey #D38D62

Tints of Whiskey #D38D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.78%

R = 46.89%
G = 31.33%
B = 21.78%

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

#D38D62 (or 0xD38D62) is known color: Whiskey. HEX triplet: D3, 8D and 62. RGB value is (211,141,98). Sum of RGB (Red+Green+Blue) = 211+141+98=450 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.89% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38D62 is #2C729D. Grayscale: #9D9D9D. Windows color (decimal): -2912926 or 6458835. OLE color: 6458835.

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

Color convert

RGB 211 141 98 -
CMYK 0 0.33 0.54 0.17
HSL 22.83º 0.56% 0.61% -
HSV(B) 22.83º 0.54% 0.83% -
XYZ 38.59 33.78 16.04 -
YUV 157.03 94.69 166.5 -
System Red Green Blue C M Y K H S L
Decimal 211 141 98 0 0.33 0.54 0.17 22.83 0.56 0.61
Hex D3 8D 62 0 21 36 11 17 38 3D
Octal 323 215 142 0 41 66 21 27 70 75
Binary 11010011 10001101 1100010 0 100001 110110 10001 10111 111000 111101

Color Harmonies of #D38D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38D62

Black with #D38D62

Text Example


Text Example

White with #D38D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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