Html Css Color HEX #D09350 Whiskey Sour

📋 copy color: '#D09350'

red 208 ◦ green 147 ◦ blue 80

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

Shades of Whiskey Sour #D09350

Tints of Whiskey Sour #D09350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.39%

R = 47.82%
G = 33.79%
B = 18.39%

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

#D09350 (or 0xD09350) is known color: Whiskey Sour. HEX triplet: D0, 93 and 50. RGB value is (208,147,80). Sum of RGB (Red+Green+Blue) = 208+147+80=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D09350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09350 is #2F6CAF. Grayscale: #9D9D9D. Windows color (decimal): -3108016 or 5280720. OLE color: 5280720.

HSL color Cylindrical-coordinate representation of color #D09350: hue angle of 31.41º 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 #D09350 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 147 80 -
CMYK 0 0.29 0.62 0.18
HSL 31.41º 0.58% 0.56% -
HSV(B) 31.41º 0.62% 0.82% -
XYZ 37.89 34.86 12.32 -
YUV 157.6 84.21 163.95 -
System Red Green Blue C M Y K H S L
Decimal 208 147 80 0 0.29 0.62 0.18 31.41 0.58 0.56
Hex D0 93 50 0 1D 3E 12 1F 3A 38
Octal 320 223 120 0 35 76 22 37 72 70
Binary 11010000 10010011 1010000 0 11101 111110 10010 11111 111010 111000

Color Harmonies of #D09350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09350

Black with #D09350

Text Example


Text Example

White with #D09350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09350; }

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

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

background-color css

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

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

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

border-color css

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

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

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