Html Css Color HEX #D4926B Whiskey

📋 copy color: '#D4926B'

red 212 ◦ green 146 ◦ blue 107

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

Shades of Whiskey #D4926B

Tints of Whiskey #D4926B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.4%

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

R = 45.59%
G = 31.4%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4926B (or 0xD4926B) is known color: Whiskey. HEX triplet: D4, 92 and 6B. RGB value is (212,146,107). Sum of RGB (Red+Green+Blue) = 212+146+107=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 107 (42.19% from 255 or 23.01% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D4926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4926B is #2B6D94. Grayscale: #A1A1A1. Windows color (decimal): -2846101 or 7049940. OLE color: 7049940.

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

Color convert

RGB 212 146 107 -
CMYK 0 0.31 0.50 0.17
HSL 22.29º 0.55% 0.63% -
HSV(B) 22.29º 0.5% 0.83% -
XYZ 40.08 35.62 18.67 -
YUV 161.29 97.37 164.17 -
System Red Green Blue C M Y K H S L
Decimal 212 146 107 0 0.31 0.50 0.17 22.29 0.55 0.63
Hex D4 92 6B 0 1F 32 11 16 37 3F
Octal 324 222 153 0 37 62 21 26 67 77
Binary 11010100 10010010 1101011 0 11111 110010 10001 10110 110111 111111

Color Harmonies of #D4926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4926B

Black with #D4926B

Text Example


Text Example

White with #D4926B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4926B; }

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

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

background-color css

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

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

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

border-color css

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

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

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