Html Css Color HEX #D48A62 Whiskey

📋 copy color: '#D48A62'

red 212 ◦ green 138 ◦ blue 98

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

Shades of Whiskey #D48A62

Tints of Whiskey #D48A62

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.8%

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

R = 47.32%
G = 30.8%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D48A62 (or 0xD48A62) is known color: Whiskey. HEX triplet: D4, 8A and 62. RGB value is (212,138,98). Sum of RGB (Red+Green+Blue) = 212+138+98=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A62 is #2B759D. Grayscale: #9B9B9B. Windows color (decimal): -2848158 or 6458068. OLE color: 6458068.

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

Color convert

RGB 212 138 98 -
CMYK 0 0.35 0.54 0.17
HSL 21.05º 0.57% 0.61% -
HSV(B) 21.05º 0.54% 0.83% -
XYZ 38.44 33.06 15.91 -
YUV 155.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 212 138 98 0 0.35 0.54 0.17 21.05 0.57 0.61
Hex D4 8A 62 0 23 36 11 15 39 3D
Octal 324 212 142 0 43 66 21 25 71 75
Binary 11010100 10001010 1100010 0 100011 110110 10001 10101 111001 111101

Color Harmonies of #D48A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A62

Black with #D48A62

Text Example


Text Example

White with #D48A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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