Html Css Color HEX #D48F65 Whiskey

📋 copy color: '#D48F65'

red 212 ◦ green 143 ◦ blue 101

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

Shades of Whiskey #D48F65

Tints of Whiskey #D48F65

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.36%

 BLUE value IS 101 (39.84% from 255) = 22.15%

R = 46.49%
G = 31.36%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D48F65 (or 0xD48F65) is known color: Whiskey. HEX triplet: D4, 8F and 65. RGB value is (212,143,101). Sum of RGB (Red+Green+Blue) = 212+143+101=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48F65 is #2B709A. Grayscale: #9F9F9F. Windows color (decimal): -2846875 or 6655956. OLE color: 6655956.

HSL color Cylindrical-coordinate representation of color #D48F65: hue angle of 22.7º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D48F65 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 143 101 -
CMYK 0 0.33 0.52 0.17
HSL 22.7º 0.56% 0.61% -
HSV(B) 22.7º 0.52% 0.83% -
XYZ 39.32 34.58 16.91 -
YUV 158.84 95.36 165.92 -
System Red Green Blue C M Y K H S L
Decimal 212 143 101 0 0.33 0.52 0.17 22.7 0.56 0.61
Hex D4 8F 65 0 21 34 11 17 38 3D
Octal 324 217 145 0 41 64 21 27 70 75
Binary 11010100 10001111 1100101 0 100001 110100 10001 10111 111000 111101

Color Harmonies of #D48F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48F65

Black with #D48F65

Text Example


Text Example

White with #D48F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48F65; }

 p { color: rgb(212,143,101); }

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

background-color css

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

 a { background-color: rgb(212,143,101); }

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

border-color css

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

 span { border-color: rgb(212,143,101); }

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