Html Css Color HEX #D48B62 Whiskey

📋 copy color: '#D48B62'

red 212 ◦ green 139 ◦ blue 98

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

Shades of Whiskey #D48B62

Tints of Whiskey #D48B62

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.96%

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

R = 47.22%
G = 30.96%
B = 21.83%

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

#D48B62 (or 0xD48B62) is known color: Whiskey. HEX triplet: D4, 8B and 62. RGB value is (212,139,98). Sum of RGB (Red+Green+Blue) = 212+139+98=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48B62 is #2B749D. Grayscale: #9C9C9C. Windows color (decimal): -2847902 or 6458324. OLE color: 6458324.

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

Color convert

RGB 212 139 98 -
CMYK 0 0.34 0.54 0.17
HSL 21.58º 0.57% 0.61% -
HSV(B) 21.58º 0.54% 0.83% -
XYZ 38.59 33.34 15.96 -
YUV 156.15 95.18 167.83 -
System Red Green Blue C M Y K H S L
Decimal 212 139 98 0 0.34 0.54 0.17 21.58 0.57 0.61
Hex D4 8B 62 0 22 36 11 16 39 3D
Octal 324 213 142 0 42 66 21 26 71 75
Binary 11010100 10001011 1100010 0 100010 110110 10001 10110 111001 111101

Color Harmonies of #D48B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48B62

Black with #D48B62

Text Example


Text Example

White with #D48B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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