Html Css Color HEX #D48D62 Whiskey

📋 copy color: '#D48D62'

red 212 ◦ green 141 ◦ blue 98

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

Shades of Whiskey #D48D62

Tints of Whiskey #D48D62

RGB

 RED value IS 212 (83.2% from 255) = 47.01%

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

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

R = 47.01%
G = 31.26%
B = 21.73%

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

#D48D62 (or 0xD48D62) is known color: Whiskey. HEX triplet: D4, 8D and 62. RGB value is (212,141,98). Sum of RGB (Red+Green+Blue) = 212+141+98=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48D62 is #2B729D. Grayscale: #9D9D9D. Windows color (decimal): -2847390 or 6458836. OLE color: 6458836.

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

Color convert

RGB 212 141 98 -
CMYK 0 0.33 0.54 0.17
HSL 22.63º 0.57% 0.61% -
HSV(B) 22.63º 0.54% 0.83% -
XYZ 38.88 33.93 16.05 -
YUV 157.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 212 141 98 0 0.33 0.54 0.17 22.63 0.57 0.61
Hex D4 8D 62 0 21 36 11 17 39 3D
Octal 324 215 142 0 41 66 21 27 71 75
Binary 11010100 10001101 1100010 0 100001 110110 10001 10111 111001 111101

Color Harmonies of #D48D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48D62

Black with #D48D62

Text Example


Text Example

White with #D48D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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