Html Css Color HEX #D4914F Whiskey Sour

📋 copy color: '#D4914F'

red 212 ◦ green 145 ◦ blue 79

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

Shades of Whiskey Sour #D4914F

Tints of Whiskey Sour #D4914F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.12%

R = 48.62%
G = 33.26%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4914F (or 0xD4914F) is known color: Whiskey Sour. HEX triplet: D4, 91 and 4F. RGB value is (212,145,79). Sum of RGB (Red+Green+Blue) = 212+145+79=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D4914F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4914F is #2B6EB0. Grayscale: #9D9D9D. Windows color (decimal): -2846385 or 5214676. OLE color: 5214676.

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

Color convert

RGB 212 145 79 -
CMYK 0 0.32 0.63 0.17
HSL 29.77º 0.61% 0.57% -
HSV(B) 29.77º 0.63% 0.83% -
XYZ 38.69 34.81 12.08 -
YUV 157.51 83.7 166.87 -
System Red Green Blue C M Y K H S L
Decimal 212 145 79 0 0.32 0.63 0.17 29.77 0.61 0.57
Hex D4 91 4F 0 20 3F 11 1E 3D 39
Octal 324 221 117 0 40 77 21 36 75 71
Binary 11010100 10010001 1001111 0 100000 111111 10001 11110 111101 111001

Color Harmonies of #D4914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4914F

Black with #D4914F

Text Example


Text Example

White with #D4914F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4914F; }

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

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

background-color css

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

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

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

border-color css

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

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

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