Html Css Color HEX #D39052 Whiskey Sour

📋 copy color: '#D39052'

red 211 ◦ green 144 ◦ blue 82

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

Shades of Whiskey Sour #D39052

Tints of Whiskey Sour #D39052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.76%

R = 48.28%
G = 32.95%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#D39052 (or 0xD39052) is known color: Whiskey Sour. HEX triplet: D3, 90 and 52. RGB value is (211,144,82). Sum of RGB (Red+Green+Blue) = 211+144+82=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D39052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D39052 is #2C6FAD. Grayscale: #9D9D9D. Windows color (decimal): -2912174 or 5411027. OLE color: 5411027.

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

Color convert

RGB 211 144 82 -
CMYK 0 0.32 0.61 0.17
HSL 28.84º 0.59% 0.57% -
HSV(B) 28.84º 0.61% 0.83% -
XYZ 38.36 34.4 12.6 -
YUV 156.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 211 144 82 0 0.32 0.61 0.17 28.84 0.59 0.57
Hex D3 90 52 0 20 3D 11 1D 3B 39
Octal 323 220 122 0 40 75 21 35 73 71
Binary 11010011 10010000 1010010 0 100000 111101 10001 11101 111011 111001

Color Harmonies of #D39052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39052

Black with #D39052

Text Example


Text Example

White with #D39052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39052; }

 p { color: rgb(211,144,82); }

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

background-color css

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

 a { background-color: rgb(211,144,82); }

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

border-color css

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

 span { border-color: rgb(211,144,82); }

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