Html Css Color HEX #D49968 Whiskey

📋 copy color: '#D49968'

red 212 ◦ green 153 ◦ blue 104

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

Shades of Whiskey #D49968

Tints of Whiskey #D49968

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.62%

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

R = 45.2%
G = 32.62%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D49968 (or 0xD49968) is known color: Whiskey. HEX triplet: D4, 99 and 68. RGB value is (212,153,104). Sum of RGB (Red+Green+Blue) = 212+153+104=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D49968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49968 is #2B6697. Grayscale: #A5A5A5. Windows color (decimal): -2844312 or 6855124. OLE color: 6855124.

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

Color convert

RGB 212 153 104 -
CMYK 0 0.28 0.51 0.17
HSL 27.22º 0.56% 0.62% -
HSV(B) 27.22º 0.51% 0.83% -
XYZ 41.04 37.78 18.23 -
YUV 165.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 212 153 104 0 0.28 0.51 0.17 27.22 0.56 0.62
Hex D4 99 68 0 1C 33 11 1B 38 3E
Octal 324 231 150 0 34 63 21 33 70 76
Binary 11010100 10011001 1101000 0 11100 110011 10001 11011 111000 111110

Color Harmonies of #D49968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49968

Black with #D49968

Text Example


Text Example

White with #D49968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49968; }

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

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

background-color css

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

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

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

border-color css

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

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

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