Html Css Color HEX #D48E64 Whiskey

📋 copy color: '#D48E64'

red 212 ◦ green 142 ◦ blue 100

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

Shades of Whiskey #D48E64

Tints of Whiskey #D48E64

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.28%

 BLUE value IS 100 (39.45% from 255) = 22.03%

R = 46.7%
G = 31.28%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D48E64 (or 0xD48E64) is known color: Whiskey. HEX triplet: D4, 8E and 64. RGB value is (212,142,100). Sum of RGB (Red+Green+Blue) = 212+142+100=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 142 (55.86% from 255 or 31.28% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48E64 is #2B719B. Grayscale: #9E9E9E. Windows color (decimal): -2847132 or 6590164. OLE color: 6590164.

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

Color convert

RGB 212 142 100 -
CMYK 0 0.33 0.53 0.17
HSL 22.5º 0.57% 0.61% -
HSV(B) 22.5º 0.53% 0.83% -
XYZ 39.12 34.26 16.61 -
YUV 158.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 212 142 100 0 0.33 0.53 0.17 22.5 0.57 0.61
Hex D4 8E 64 0 21 35 11 16 39 3D
Octal 324 216 144 0 41 65 21 26 71 75
Binary 11010100 10001110 1100100 0 100001 110101 10001 10110 111001 111101

Color Harmonies of #D48E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48E64

Black with #D48E64

Text Example


Text Example

White with #D48E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48E64; }

 p { color: rgb(212,142,100); }

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

background-color css

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

 a { background-color: rgb(212,142,100); }

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

border-color css

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

 span { border-color: rgb(212,142,100); }

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