Html Css Color HEX #D09452 Whiskey Sour

📋 copy color: '#D09452'

red 208 ◦ green 148 ◦ blue 82

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

Shades of Whiskey Sour #D09452

Tints of Whiskey Sour #D09452

RGB

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

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

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

R = 47.49%
G = 33.79%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D09452 (or 0xD09452) is known color: Whiskey Sour. HEX triplet: D0, 94 and 52. RGB value is (208,148,82). Sum of RGB (Red+Green+Blue) = 208+148+82=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D09452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09452 is #2F6BAD. Grayscale: #9E9E9E. Windows color (decimal): -3107758 or 5412048. OLE color: 5412048.

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

Color convert

RGB 208 148 82 -
CMYK 0 0.29 0.61 0.18
HSL 31.43º 0.57% 0.57% -
HSV(B) 31.43º 0.61% 0.82% -
XYZ 38.13 35.2 12.77 -
YUV 158.42 84.88 163.37 -
System Red Green Blue C M Y K H S L
Decimal 208 148 82 0 0.29 0.61 0.18 31.43 0.57 0.57
Hex D0 94 52 0 1D 3D 12 1F 39 39
Octal 320 224 122 0 35 75 22 37 71 71
Binary 11010000 10010100 1010010 0 11101 111101 10010 11111 111001 111001

Color Harmonies of #D09452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09452

Black with #D09452

Text Example


Text Example

White with #D09452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09452; }

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

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

background-color css

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

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

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

border-color css

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

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

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