Html Css Color HEX #D38C65 Whiskey

📋 copy color: '#D38C65'

red 211 ◦ green 140 ◦ blue 101

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

Shades of Whiskey #D38C65

Tints of Whiskey #D38C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.35%

R = 46.68%
G = 30.97%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D38C65 (or 0xD38C65) is known color: Whiskey. HEX triplet: D3, 8C and 65. RGB value is (211,140,101). Sum of RGB (Red+Green+Blue) = 211+140+101=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38C65 is #2C739A. Grayscale: #9D9D9D. Windows color (decimal): -2913179 or 6655187. OLE color: 6655187.

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

Color convert

RGB 211 140 101 -
CMYK 0 0.34 0.52 0.17
HSL 21.27º 0.56% 0.61% -
HSV(B) 21.27º 0.52% 0.83% -
XYZ 38.59 33.54 16.75 -
YUV 156.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 211 140 101 0 0.34 0.52 0.17 21.27 0.56 0.61
Hex D3 8C 65 0 22 34 11 15 38 3D
Octal 323 214 145 0 42 64 21 25 70 75
Binary 11010011 10001100 1100101 0 100010 110100 10001 10101 111000 111101

Color Harmonies of #D38C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38C65

Black with #D38C65

Text Example


Text Example

White with #D38C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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