Html Css Color HEX #D09453 Whiskey Sour

📋 copy color: '#D09453'

red 208 ◦ green 148 ◦ blue 83

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

Shades of Whiskey Sour #D09453

Tints of Whiskey Sour #D09453

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.71%

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

R = 47.38%
G = 33.71%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D09453 (or 0xD09453) is known color: Whiskey Sour. HEX triplet: D0, 94 and 53. RGB value is (208,148,83). Sum of RGB (Red+Green+Blue) = 208+148+83=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D09453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09453 is #2F6BAC. Grayscale: #9E9E9E. Windows color (decimal): -3107757 or 5477584. OLE color: 5477584.

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

Color convert

RGB 208 148 83 -
CMYK 0 0.29 0.60 0.18
HSL 31.2º 0.57% 0.57% -
HSV(B) 31.2º 0.6% 0.82% -
XYZ 38.16 35.21 12.97 -
YUV 158.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 208 148 83 0 0.29 0.60 0.18 31.2 0.57 0.57
Hex D0 94 53 0 1D 3C 12 1F 39 39
Octal 320 224 123 0 35 74 22 37 71 71
Binary 11010000 10010100 1010011 0 11101 111100 10010 11111 111001 111001

Color Harmonies of #D09453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09453

Black with #D09453

Text Example


Text Example

White with #D09453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09453; }

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

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

background-color css

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

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

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

border-color css

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

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

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