Html Css Color HEX #D09458 Whiskey Sour

📋 copy color: '#D09458'

red 208 ◦ green 148 ◦ blue 88

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

Shades of Whiskey Sour #D09458

Tints of Whiskey Sour #D09458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.82%

R = 46.85%
G = 33.33%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D09458 (or 0xD09458) is known color: Whiskey Sour. HEX triplet: D0, 94 and 58. RGB value is (208,148,88). Sum of RGB (Red+Green+Blue) = 208+148+88=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D09458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09458 is #2F6BA7. Grayscale: #9F9F9F. Windows color (decimal): -3107752 or 5805264. OLE color: 5805264.

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

Color convert

RGB 208 148 88 -
CMYK 0 0.29 0.58 0.18
HSL 30º 0.56% 0.58% -
HSV(B) 30º 0.58% 0.82% -
XYZ 38.36 35.29 14.02 -
YUV 159.1 87.88 162.88 -
System Red Green Blue C M Y K H S L
Decimal 208 148 88 0 0.29 0.58 0.18 30 0.56 0.58
Hex D0 94 58 0 1D 3A 12 1E 38 3A
Octal 320 224 130 0 35 72 22 36 70 72
Binary 11010000 10010100 1011000 0 11101 111010 10010 11110 111000 111010

Color Harmonies of #D09458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09458

Black with #D09458

Text Example


Text Example

White with #D09458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09458; }

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

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

background-color css

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

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

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

border-color css

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

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

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