Html Css Color HEX #D39250 Whiskey Sour

📋 copy color: '#D39250'

red 211 ◦ green 146 ◦ blue 80

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

Shades of Whiskey Sour #D39250

Tints of Whiskey Sour #D39250

RGB

 RED value IS 211 (82.81% from 255) = 48.28%

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

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

R = 48.28%
G = 33.41%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D39250 (or 0xD39250) is known color: Whiskey Sour. HEX triplet: D3, 92 and 50. RGB value is (211,146,80). Sum of RGB (Red+Green+Blue) = 211+146+80=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D39250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39250 is #2C6DAF. Grayscale: #9E9E9E. Windows color (decimal): -2911664 or 5280467. OLE color: 5280467.

HSL color Cylindrical-coordinate representation of color #D39250: hue angle of 30.23º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D39250 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 146 80 -
CMYK 0 0.31 0.62 0.17
HSL 30.23º 0.6% 0.57% -
HSV(B) 30.23º 0.62% 0.83% -
XYZ 38.59 34.99 12.31 -
YUV 157.91 84.03 165.87 -
System Red Green Blue C M Y K H S L
Decimal 211 146 80 0 0.31 0.62 0.17 30.23 0.6 0.57
Hex D3 92 50 0 1F 3E 11 1E 3C 39
Octal 323 222 120 0 37 76 21 36 74 71
Binary 11010011 10010010 1010000 0 11111 111110 10001 11110 111100 111001

Color Harmonies of #D39250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39250

Black with #D39250

Text Example


Text Example

White with #D39250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39250; }

 p { color: rgb(211,146,80); }

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

background-color css

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

 a { background-color: rgb(211,146,80); }

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

border-color css

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

 span { border-color: rgb(211,146,80); }

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