Html Css Color HEX #D09253 Whiskey Sour

📋 copy color: '#D09253'

red 208 ◦ green 146 ◦ blue 83

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

Shades of Whiskey Sour #D09253

Tints of Whiskey Sour #D09253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.99%

R = 47.6%
G = 33.41%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D09253 (or 0xD09253) is known color: Whiskey Sour. HEX triplet: D0, 92 and 53. RGB value is (208,146,83). Sum of RGB (Red+Green+Blue) = 208+146+83=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D09253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09253 is #2F6DAC. Grayscale: #9D9D9D. Windows color (decimal): -3108269 or 5477072. OLE color: 5477072.

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

Color convert

RGB 208 146 83 -
CMYK 0 0.30 0.60 0.18
HSL 30.24º 0.57% 0.57% -
HSV(B) 30.24º 0.6% 0.82% -
XYZ 37.85 34.59 12.87 -
YUV 157.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 208 146 83 0 0.30 0.60 0.18 30.24 0.57 0.57
Hex D0 92 53 0 1E 3C 12 1E 39 39
Octal 320 222 123 0 36 74 22 36 71 71
Binary 11010000 10010010 1010011 0 11110 111100 10010 11110 111001 111001

Color Harmonies of #D09253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09253

Black with #D09253

Text Example


Text Example

White with #D09253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09253; }

 p { color: rgb(208,146,83); }

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

background-color css

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

 a { background-color: rgb(208,146,83); }

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

border-color css

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

 span { border-color: rgb(208,146,83); }

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