Html Css Color HEX #D48C62 Whiskey

📋 copy color: '#D48C62'

red 212 ◦ green 140 ◦ blue 98

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

Shades of Whiskey #D48C62

Tints of Whiskey #D48C62

RGB

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

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

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

R = 47.11%
G = 31.11%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D48C62 (or 0xD48C62) is known color: Whiskey. HEX triplet: D4, 8C and 62. RGB value is (212,140,98). Sum of RGB (Red+Green+Blue) = 212+140+98=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48C62 is #2B739D. Grayscale: #9C9C9C. Windows color (decimal): -2847646 or 6458580. OLE color: 6458580.

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

Color convert

RGB 212 140 98 -
CMYK 0 0.34 0.54 0.17
HSL 22.11º 0.57% 0.61% -
HSV(B) 22.11º 0.54% 0.83% -
XYZ 38.73 33.64 16.01 -
YUV 156.74 94.85 167.42 -
System Red Green Blue C M Y K H S L
Decimal 212 140 98 0 0.34 0.54 0.17 22.11 0.57 0.61
Hex D4 8C 62 0 22 36 11 16 39 3D
Octal 324 214 142 0 42 66 21 26 71 75
Binary 11010100 10001100 1100010 0 100010 110110 10001 10110 111001 111101

Color Harmonies of #D48C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48C62

Black with #D48C62

Text Example


Text Example

White with #D48C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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