Html Css Color HEX #D09752 Whiskey Sour

📋 copy color: '#D09752'

red 208 ◦ green 151 ◦ blue 82

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

Shades of Whiskey Sour #D09752

Tints of Whiskey Sour #D09752

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.24%

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

R = 47.17%
G = 34.24%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D09752 (or 0xD09752) is known color: Whiskey Sour. HEX triplet: D0, 97 and 52. RGB value is (208,151,82). Sum of RGB (Red+Green+Blue) = 208+151+82=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D09752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09752 is #2F68AD. Grayscale: #A0A0A0. Windows color (decimal): -3106990 or 5412816. OLE color: 5412816.

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

Color convert

RGB 208 151 82 -
CMYK 0 0.27 0.61 0.18
HSL 32.86º 0.57% 0.57% -
HSV(B) 32.86º 0.61% 0.82% -
XYZ 38.6 36.15 12.93 -
YUV 160.18 83.88 162.11 -
System Red Green Blue C M Y K H S L
Decimal 208 151 82 0 0.27 0.61 0.18 32.86 0.57 0.57
Hex D0 97 52 0 1B 3D 12 21 39 39
Octal 320 227 122 0 33 75 22 41 71 71
Binary 11010000 10010111 1010010 0 11011 111101 10010 100001 111001 111001

Color Harmonies of #D09752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09752

Black with #D09752

Text Example


Text Example

White with #D09752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09752; }

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

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

background-color css

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

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

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

border-color css

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

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

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