Html Css Color HEX #D49567 Whiskey

📋 copy color: '#D49567'

red 212 ◦ green 149 ◦ blue 103

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

Shades of Whiskey #D49567

Tints of Whiskey #D49567

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.11%

 BLUE value IS 103 (40.63% from 255) = 22.2%

R = 45.69%
G = 32.11%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D49567 (or 0xD49567) is known color: Whiskey. HEX triplet: D4, 95 and 67. RGB value is (212,149,103). Sum of RGB (Red+Green+Blue) = 212+149+103=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D49567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49567 is #2B6A98. Grayscale: #A2A2A2. Windows color (decimal): -2845337 or 6788564. OLE color: 6788564.

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

Color convert

RGB 212 149 103 -
CMYK 0 0.30 0.51 0.17
HSL 25.32º 0.56% 0.62% -
HSV(B) 25.32º 0.51% 0.83% -
XYZ 40.35 36.47 17.75 -
YUV 162.59 94.37 163.24 -
System Red Green Blue C M Y K H S L
Decimal 212 149 103 0 0.30 0.51 0.17 25.32 0.56 0.62
Hex D4 95 67 0 1E 33 11 19 38 3E
Octal 324 225 147 0 36 63 21 31 70 76
Binary 11010100 10010101 1100111 0 11110 110011 10001 11001 111000 111110

Color Harmonies of #D49567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49567

Black with #D49567

Text Example


Text Example

White with #D49567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49567; }

 p { color: rgb(212,149,103); }

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

background-color css

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

 a { background-color: rgb(212,149,103); }

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

border-color css

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

 span { border-color: rgb(212,149,103); }

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