Html Css Color HEX #D39462 Whiskey

📋 copy color: '#D39462'

red 211 ◦ green 148 ◦ blue 98

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

Shades of Whiskey #D39462

Tints of Whiskey #D39462

RGB

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

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

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

R = 46.17%
G = 32.39%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D39462 (or 0xD39462) is known color: Whiskey. HEX triplet: D3, 94 and 62. RGB value is (211,148,98). Sum of RGB (Red+Green+Blue) = 211+148+98=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D39462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39462 is #2C6B9D. Grayscale: #A1A1A1. Windows color (decimal): -2911134 or 6460627. OLE color: 6460627.

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

Color convert

RGB 211 148 98 -
CMYK 0 0.30 0.54 0.17
HSL 26.55º 0.56% 0.61% -
HSV(B) 26.55º 0.54% 0.83% -
XYZ 39.66 35.91 16.4 -
YUV 161.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 211 148 98 0 0.30 0.54 0.17 26.55 0.56 0.61
Hex D3 94 62 0 1E 36 11 1B 38 3D
Octal 323 224 142 0 36 66 21 33 70 75
Binary 11010011 10010100 1100010 0 11110 110110 10001 11011 111000 111101

Color Harmonies of #D39462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39462

Black with #D39462

Text Example


Text Example

White with #D39462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39462; }

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

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

background-color css

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

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

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

border-color css

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

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

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