Html Css Color HEX #D48F64 Whiskey

📋 copy color: '#D48F64'

red 212 ◦ green 143 ◦ blue 100

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

Shades of Whiskey #D48F64

Tints of Whiskey #D48F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.98%

R = 46.59%
G = 31.43%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D48F64 (or 0xD48F64) is known color: Whiskey. HEX triplet: D4, 8F and 64. RGB value is (212,143,100). Sum of RGB (Red+Green+Blue) = 212+143+100=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 100 (39.45% from 255 or 21.98% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48F64 is #2B709B. Grayscale: #9E9E9E. Windows color (decimal): -2846876 or 6590420. OLE color: 6590420.

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

Color convert

RGB 212 143 100 -
CMYK 0 0.33 0.53 0.17
HSL 23.04º 0.57% 0.61% -
HSV(B) 23.04º 0.53% 0.83% -
XYZ 39.27 34.56 16.66 -
YUV 158.73 94.86 166 -
System Red Green Blue C M Y K H S L
Decimal 212 143 100 0 0.33 0.53 0.17 23.04 0.57 0.61
Hex D4 8F 64 0 21 35 11 17 39 3D
Octal 324 217 144 0 41 65 21 27 71 75
Binary 11010100 10001111 1100100 0 100001 110101 10001 10111 111001 111101

Color Harmonies of #D48F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48F64

Black with #D48F64

Text Example


Text Example

White with #D48F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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