Html Css Color HEX #D39463 Whiskey

📋 copy color: '#D39463'

red 211 ◦ green 148 ◦ blue 99

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

Shades of Whiskey #D39463

Tints of Whiskey #D39463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.31%

 BLUE value IS 99 (39.06% from 255) = 21.62%

R = 46.07%
G = 32.31%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D39463 (or 0xD39463) is known color: Whiskey. HEX triplet: D3, 94 and 63. RGB value is (211,148,99). Sum of RGB (Red+Green+Blue) = 211+148+99=458 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.07% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 211 - color contains mainly: red. Hex color #D39463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39463 is #2C6B9C. Grayscale: #A1A1A1. Windows color (decimal): -2911133 or 6526163. OLE color: 6526163.

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

Color convert

RGB 211 148 99 -
CMYK 0 0.30 0.53 0.17
HSL 26.25º 0.56% 0.61% -
HSV(B) 26.25º 0.53% 0.83% -
XYZ 39.71 35.93 16.65 -
YUV 161.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 211 148 99 0 0.30 0.53 0.17 26.25 0.56 0.61
Hex D3 94 63 0 1E 35 11 1A 38 3D
Octal 323 224 143 0 36 65 21 32 70 75
Binary 11010011 10010100 1100011 0 11110 110101 10001 11010 111000 111101

Color Harmonies of #D39463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39463

Black with #D39463

Text Example


Text Example

White with #D39463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39463; }

 p { color: rgb(211,148,99); }

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

background-color css

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

 a { background-color: rgb(211,148,99); }

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

border-color css

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

 span { border-color: rgb(211,148,99); }

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