Html Css Color HEX #D4924F Whiskey Sour

📋 copy color: '#D4924F'

red 212 ◦ green 146 ◦ blue 79

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

Shades of Whiskey Sour #D4924F

Tints of Whiskey Sour #D4924F

RGB

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

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

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

R = 48.51%
G = 33.41%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4924F (or 0xD4924F) is known color: Whiskey Sour. HEX triplet: D4, 92 and 4F. RGB value is (212,146,79). Sum of RGB (Red+Green+Blue) = 212+146+79=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 79 (31.25% from 255 or 18.08% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D4924F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4924F is #2B6DB0. Grayscale: #9E9E9E. Windows color (decimal): -2846129 or 5214932. OLE color: 5214932.

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

Color convert

RGB 212 146 79 -
CMYK 0 0.31 0.63 0.17
HSL 30.23º 0.61% 0.57% -
HSV(B) 30.23º 0.63% 0.83% -
XYZ 38.84 35.12 12.13 -
YUV 158.1 83.37 166.45 -
System Red Green Blue C M Y K H S L
Decimal 212 146 79 0 0.31 0.63 0.17 30.23 0.61 0.57
Hex D4 92 4F 0 1F 3F 11 1E 3D 39
Octal 324 222 117 0 37 77 21 36 75 71
Binary 11010100 10010010 1001111 0 11111 111111 10001 11110 111101 111001

Color Harmonies of #D4924F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4924F

Black with #D4924F

Text Example


Text Example

White with #D4924F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4924F; }

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

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

background-color css

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

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

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

border-color css

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

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

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