Html Css Color HEX #D4916B Whiskey

📋 copy color: '#D4916B'

red 212 ◦ green 145 ◦ blue 107

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

Shades of Whiskey #D4916B

Tints of Whiskey #D4916B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.25%

 BLUE value IS 107 (42.19% from 255) = 23.06%

R = 45.69%
G = 31.25%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4916B (or 0xD4916B) is known color: Whiskey. HEX triplet: D4, 91 and 6B. RGB value is (212,145,107). Sum of RGB (Red+Green+Blue) = 212+145+107=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D4916B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4916B is #2B6E94. Grayscale: #A0A0A0. Windows color (decimal): -2846357 or 7049684. OLE color: 7049684.

HSL color Cylindrical-coordinate representation of color #D4916B: hue angle of 21.71º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4916B is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 145 107 -
CMYK 0 0.32 0.50 0.17
HSL 21.71º 0.55% 0.63% -
HSV(B) 21.71º 0.5% 0.83% -
XYZ 39.93 35.31 18.62 -
YUV 160.7 97.7 164.59 -
System Red Green Blue C M Y K H S L
Decimal 212 145 107 0 0.32 0.50 0.17 21.71 0.55 0.63
Hex D4 91 6B 0 20 32 11 16 37 3F
Octal 324 221 153 0 40 62 21 26 67 77
Binary 11010100 10010001 1101011 0 100000 110010 10001 10110 110111 111111

Color Harmonies of #D4916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4916B

Black with #D4916B

Text Example


Text Example

White with #D4916B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4916B; }

 p { color: rgb(212,145,107); }

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

background-color css

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

 a { background-color: rgb(212,145,107); }

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

border-color css

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

 span { border-color: rgb(212,145,107); }

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