Html Css Color HEX #D4986B Whiskey

📋 copy color: '#D4986B'

red 212 ◦ green 152 ◦ blue 107

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

Shades of Whiskey #D4986B

Tints of Whiskey #D4986B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.27%

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

R = 45.01%
G = 32.27%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4986B (or 0xD4986B) is known color: Whiskey. HEX triplet: D4, 98 and 6B. RGB value is (212,152,107). Sum of RGB (Red+Green+Blue) = 212+152+107=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D4986B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4986B is #2B6794. Grayscale: #A5A5A5. Windows color (decimal): -2844565 or 7051476. OLE color: 7051476.

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

Color convert

RGB 212 152 107 -
CMYK 0 0.28 0.50 0.17
HSL 25.71º 0.55% 0.63% -
HSV(B) 25.71º 0.5% 0.83% -
XYZ 41.03 37.52 18.99 -
YUV 164.81 95.38 161.66 -
System Red Green Blue C M Y K H S L
Decimal 212 152 107 0 0.28 0.50 0.17 25.71 0.55 0.63
Hex D4 98 6B 0 1C 32 11 1A 37 3F
Octal 324 230 153 0 34 62 21 32 67 77
Binary 11010100 10011000 1101011 0 11100 110010 10001 11010 110111 111111

Color Harmonies of #D4986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4986B

Black with #D4986B

Text Example


Text Example

White with #D4986B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4986B; }

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

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

background-color css

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

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

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

border-color css

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

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

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