Html Css Color HEX #DC9462 Whiskey Sour

📋 copy color: '#DC9462'

red 220 ◦ green 148 ◦ blue 98

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

Shades of Whiskey Sour #DC9462

Tints of Whiskey Sour #DC9462

RGB

 RED value IS 220 (86.33% from 255) = 47.21%

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

 BLUE value IS 98 (38.67% from 255) = 21.03%

R = 47.21%
G = 31.76%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC9462 (or 0xDC9462) is known color: Whiskey Sour. HEX triplet: DC, 94 and 62. RGB value is (220,148,98). Sum of RGB (Red+Green+Blue) = 220+148+98=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9462 is #236B9D. Grayscale: #A4A4A4. Windows color (decimal): -2321310 or 6460636. OLE color: 6460636.

HSL color Cylindrical-coordinate representation of color #DC9462: hue angle of 24.59º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC9462 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 148 98 -
CMYK 0 0.33 0.55 0.14
HSL 24.59º 0.64% 0.62% -
HSV(B) 24.59º 0.55% 0.86% -
XYZ 42.31 37.28 16.52 -
YUV 163.83 90.85 168.07 -
System Red Green Blue C M Y K H S L
Decimal 220 148 98 0 0.33 0.55 0.14 24.59 0.64 0.62
Hex DC 94 62 0 21 37 E 19 40 3E
Octal 334 224 142 0 41 67 16 31 100 76
Binary 11011100 10010100 1100010 0 100001 110111 1110 11001 1000000 111110

Color Harmonies of #DC9462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9462

Black with #DC9462

Text Example


Text Example

White with #DC9462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9462; }

 p { color: rgb(220,148,98); }

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

background-color css

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

 a { background-color: rgb(220,148,98); }

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

border-color css

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

 span { border-color: rgb(220,148,98); }

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