Html Css Color HEX #D0934F Whiskey Sour

📋 copy color: '#D0934F'

red 208 ◦ green 147 ◦ blue 79

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

Shades of Whiskey Sour #D0934F

Tints of Whiskey Sour #D0934F

RGB

 RED value IS 208 (81.64% from 255) = 47.93%

 GREEN value IS 147 (57.81% from 255) = 33.87%

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

R = 47.93%
G = 33.87%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0934F (or 0xD0934F) is known color: Whiskey Sour. HEX triplet: D0, 93 and 4F. RGB value is (208,147,79). Sum of RGB (Red+Green+Blue) = 208+147+79=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 79 (31.25% from 255 or 18.20% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0934F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0934F is #2F6CB0. Grayscale: #9D9D9D. Windows color (decimal): -3108017 or 5215184. OLE color: 5215184.

HSL color Cylindrical-coordinate representation of color #D0934F: hue angle of 31.63º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0934F is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 147 79 -
CMYK 0 0.29 0.62 0.18
HSL 31.63º 0.58% 0.56% -
HSV(B) 31.63º 0.62% 0.82% -
XYZ 37.86 34.84 12.13 -
YUV 157.49 83.71 164.03 -
System Red Green Blue C M Y K H S L
Decimal 208 147 79 0 0.29 0.62 0.18 31.63 0.58 0.56
Hex D0 93 4F 0 1D 3E 12 20 3A 38
Octal 320 223 117 0 35 76 22 40 72 70
Binary 11010000 10010011 1001111 0 11101 111110 10010 100000 111010 111000

Color Harmonies of #D0934F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0934F

Black with #D0934F

Text Example


Text Example

White with #D0934F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0934F; }

 p { color: rgb(208,147,79); }

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

background-color css

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

 a { background-color: rgb(208,147,79); }

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

border-color css

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

 span { border-color: rgb(208,147,79); }

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