Html Css Color HEX #D09052 Whiskey Sour

📋 copy color: '#D09052'

red 208 ◦ green 144 ◦ blue 82

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

Shades of Whiskey Sour #D09052

Tints of Whiskey Sour #D09052

RGB

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

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

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

R = 47.93%
G = 33.18%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D09052 (or 0xD09052) is known color: Whiskey Sour. HEX triplet: D0, 90 and 52. RGB value is (208,144,82). Sum of RGB (Red+Green+Blue) = 208+144+82=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D09052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09052 is #2F6FAD. Grayscale: #9C9C9C. Windows color (decimal): -3108782 or 5411024. OLE color: 5411024.

HSL color Cylindrical-coordinate representation of color #D09052: hue angle of 29.52º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D09052 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 144 82 -
CMYK 0 0.31 0.61 0.18
HSL 29.52º 0.57% 0.57% -
HSV(B) 29.52º 0.61% 0.82% -
XYZ 37.51 33.97 12.56 -
YUV 156.07 86.2 165.04 -
System Red Green Blue C M Y K H S L
Decimal 208 144 82 0 0.31 0.61 0.18 29.52 0.57 0.57
Hex D0 90 52 0 1F 3D 12 1E 39 39
Octal 320 220 122 0 37 75 22 36 71 71
Binary 11010000 10010000 1010010 0 11111 111101 10010 11110 111001 111001

Color Harmonies of #D09052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09052

Black with #D09052

Text Example


Text Example

White with #D09052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09052; }

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

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

background-color css

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

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

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

border-color css

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

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

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