Html Css Color HEX #D6904F Whiskey Sour

📋 copy color: '#D6904F'

red 214 ◦ green 144 ◦ blue 79

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

Shades of Whiskey Sour #D6904F

Tints of Whiskey Sour #D6904F

RGB

 RED value IS 214 (83.98% from 255) = 48.97%

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

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

R = 48.97%
G = 32.95%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6904F (or 0xD6904F) is known color: Whiskey Sour. HEX triplet: D6, 90 and 4F. RGB value is (214,144,79). Sum of RGB (Red+Green+Blue) = 214+144+79=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 79 (31.25% from 255 or 18.08% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6904F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6904F is #296FB0. Grayscale: #9D9D9D. Windows color (decimal): -2715569 or 5214422. OLE color: 5214422.

HSL color Cylindrical-coordinate representation of color #D6904F: hue angle of 28.89º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6904F is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 144 79 -
CMYK 0 0.33 0.63 0.16
HSL 28.89º 0.62% 0.57% -
HSV(B) 28.89º 0.63% 0.84% -
XYZ 39.12 34.81 12.05 -
YUV 157.52 83.69 168.29 -
System Red Green Blue C M Y K H S L
Decimal 214 144 79 0 0.33 0.63 0.16 28.89 0.62 0.57
Hex D6 90 4F 0 21 3F 10 1D 3E 39
Octal 326 220 117 0 41 77 20 35 76 71
Binary 11010110 10010000 1001111 0 100001 111111 10000 11101 111110 111001

Color Harmonies of #D6904F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6904F

Black with #D6904F

Text Example


Text Example

White with #D6904F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6904F; }

 p { color: rgb(214,144,79); }

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

background-color css

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

 a { background-color: rgb(214,144,79); }

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

border-color css

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

 span { border-color: rgb(214,144,79); }

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