Html Css Color HEX #D48F68 Whiskey

📋 copy color: '#D48F68'

red 212 ◦ green 143 ◦ blue 104

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

Shades of Whiskey #D48F68

Tints of Whiskey #D48F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.66%

R = 46.19%
G = 31.15%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D48F68 (or 0xD48F68) is known color: Whiskey. HEX triplet: D4, 8F and 68. RGB value is (212,143,104). Sum of RGB (Red+Green+Blue) = 212+143+104=459 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.19% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48F68 is #2B7097. Grayscale: #9F9F9F. Windows color (decimal): -2846872 or 6852564. OLE color: 6852564.

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

Color convert

RGB 212 143 104 -
CMYK 0 0.33 0.51 0.17
HSL 21.67º 0.56% 0.62% -
HSV(B) 21.67º 0.51% 0.83% -
XYZ 39.47 34.64 17.7 -
YUV 159.19 96.86 165.67 -
System Red Green Blue C M Y K H S L
Decimal 212 143 104 0 0.33 0.51 0.17 21.67 0.56 0.62
Hex D4 8F 68 0 21 33 11 16 38 3E
Octal 324 217 150 0 41 63 21 26 70 76
Binary 11010100 10001111 1101000 0 100001 110011 10001 10110 111000 111110

Color Harmonies of #D48F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48F68

Black with #D48F68

Text Example


Text Example

White with #D48F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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