Html Css Color HEX #D38C60 Whiskey

📋 copy color: '#D38C60'

red 211 ◦ green 140 ◦ blue 96

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

Shades of Whiskey #D38C60

Tints of Whiskey #D38C60

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.32%

 BLUE value IS 96 (37.89% from 255) = 21.48%

R = 47.2%
G = 31.32%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D38C60 (or 0xD38C60) is known color: Whiskey. HEX triplet: D3, 8C and 60. RGB value is (211,140,96). Sum of RGB (Red+Green+Blue) = 211+140+96=447 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.20% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38C60 is #2C739F. Grayscale: #9C9C9C. Windows color (decimal): -2913184 or 6327507. OLE color: 6327507.

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

Color convert

RGB 211 140 96 -
CMYK 0 0.34 0.55 0.17
HSL 22.96º 0.57% 0.6% -
HSV(B) 22.96º 0.55% 0.83% -
XYZ 38.35 33.45 15.5 -
YUV 156.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 211 140 96 0 0.34 0.55 0.17 22.96 0.57 0.6
Hex D3 8C 60 0 22 37 11 17 39 3C
Octal 323 214 140 0 42 67 21 27 71 74
Binary 11010011 10001100 1100000 0 100010 110111 10001 10111 111001 111100

Color Harmonies of #D38C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38C60

Black with #D38C60

Text Example


Text Example

White with #D38C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38C60; }

 p { color: rgb(211,140,96); }

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

background-color css

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

 a { background-color: rgb(211,140,96); }

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

border-color css

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

 span { border-color: rgb(211,140,96); }

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