Html Css Color HEX #D49966 Whiskey

📋 copy color: '#D49966'

red 212 ◦ green 153 ◦ blue 102

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

Shades of Whiskey #D49966

Tints of Whiskey #D49966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.84%

R = 45.4%
G = 32.76%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D49966 (or 0xD49966) is known color: Whiskey. HEX triplet: D4, 99 and 66. RGB value is (212,153,102). Sum of RGB (Red+Green+Blue) = 212+153+102=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D49966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49966 is #2B6699. Grayscale: #A5A5A5. Windows color (decimal): -2844314 or 6724052. OLE color: 6724052.

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

Color convert

RGB 212 153 102 -
CMYK 0 0.28 0.52 0.17
HSL 27.82º 0.56% 0.62% -
HSV(B) 27.82º 0.52% 0.83% -
XYZ 40.94 37.74 17.7 -
YUV 164.83 92.55 161.65 -
System Red Green Blue C M Y K H S L
Decimal 212 153 102 0 0.28 0.52 0.17 27.82 0.56 0.62
Hex D4 99 66 0 1C 34 11 1C 38 3E
Octal 324 231 146 0 34 64 21 34 70 76
Binary 11010100 10011001 1100110 0 11100 110100 10001 11100 111000 111110

Color Harmonies of #D49966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49966

Black with #D49966

Text Example


Text Example

White with #D49966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49966; }

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

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

background-color css

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

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

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

border-color css

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

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

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