Html Css Color HEX #D4904E Whiskey Sour

📋 copy color: '#D4904E'

red 212 ◦ green 144 ◦ blue 78

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

Shades of Whiskey Sour #D4904E

Tints of Whiskey Sour #D4904E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.18%

 BLUE value IS 78 (30.86% from 255) = 17.97%

R = 48.85%
G = 33.18%
B = 17.97%

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

#D4904E (or 0xD4904E) is known color: Whiskey Sour. HEX triplet: D4, 90 and 4E. RGB value is (212,144,78). Sum of RGB (Red+Green+Blue) = 212+144+78=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D4904E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4904E is #2B6FB1. Grayscale: #9D9D9D. Windows color (decimal): -2846642 or 5148884. OLE color: 5148884.

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

Color convert

RGB 212 144 78 -
CMYK 0 0.32 0.63 0.17
HSL 29.55º 0.61% 0.57% -
HSV(B) 29.55º 0.63% 0.83% -
XYZ 38.5 34.49 11.84 -
YUV 156.81 83.53 167.37 -
System Red Green Blue C M Y K H S L
Decimal 212 144 78 0 0.32 0.63 0.17 29.55 0.61 0.57
Hex D4 90 4E 0 20 3F 11 1E 3D 39
Octal 324 220 116 0 40 77 21 36 75 71
Binary 11010100 10010000 1001110 0 100000 111111 10001 11110 111101 111001

Color Harmonies of #D4904E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4904E

Black with #D4904E

Text Example


Text Example

White with #D4904E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4904E; }

 p { color: rgb(212,144,78); }

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

background-color css

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

 a { background-color: rgb(212,144,78); }

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

border-color css

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

 span { border-color: rgb(212,144,78); }

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