Html Css Color HEX #DB9252 Whiskey Sour

📋 copy color: '#DB9252'

red 219 ◦ green 146 ◦ blue 82

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

Shades of Whiskey Sour #DB9252

Tints of Whiskey Sour #DB9252

RGB

 RED value IS 219 (85.94% from 255) = 48.99%

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

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

R = 48.99%
G = 32.66%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB9252 (or 0xDB9252) is known color: Whiskey Sour. HEX triplet: DB, 92 and 52. RGB value is (219,146,82). Sum of RGB (Red+Green+Blue) = 219+146+82=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9252 is #246DAD. Grayscale: #A0A0A0. Windows color (decimal): -2387374 or 5411547. OLE color: 5411547.

HSL color Cylindrical-coordinate representation of color #DB9252: hue angle of 28.03º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB9252 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 146 82 -
CMYK 0 0.33 0.63 0.14
HSL 28.03º 0.66% 0.59% -
HSV(B) 28.03º 0.63% 0.86% -
XYZ 41.02 36.23 12.81 -
YUV 160.53 83.68 169.7 -
System Red Green Blue C M Y K H S L
Decimal 219 146 82 0 0.33 0.63 0.14 28.03 0.66 0.59
Hex DB 92 52 0 21 3F E 1C 42 3B
Octal 333 222 122 0 41 77 16 34 102 73
Binary 11011011 10010010 1010010 0 100001 111111 1110 11100 1000010 111011

Color Harmonies of #DB9252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9252

Black with #DB9252

Text Example


Text Example

White with #DB9252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9252; }

 p { color: rgb(219,146,82); }

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

background-color css

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

 a { background-color: rgb(219,146,82); }

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

border-color css

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

 span { border-color: rgb(219,146,82); }

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