Html Css Color HEX #DC945F Whiskey Sour

📋 copy color: '#DC945F'

red 220 ◦ green 148 ◦ blue 95

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

Shades of Whiskey Sour #DC945F

Tints of Whiskey Sour #DC945F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.52%

R = 47.52%
G = 31.97%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC945F (or 0xDC945F) is known color: Whiskey Sour. HEX triplet: DC, 94 and 5F. RGB value is (220,148,95). Sum of RGB (Red+Green+Blue) = 220+148+95=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC945F is #236BA0. Grayscale: #A3A3A3. Windows color (decimal): -2321313 or 6264028. OLE color: 6264028.

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

Color convert

RGB 220 148 95 -
CMYK 0 0.33 0.57 0.14
HSL 25.44º 0.64% 0.62% -
HSV(B) 25.44º 0.57% 0.86% -
XYZ 42.17 37.22 15.79 -
YUV 163.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 220 148 95 0 0.33 0.57 0.14 25.44 0.64 0.62
Hex DC 94 5F 0 21 39 E 19 40 3E
Octal 334 224 137 0 41 71 16 31 100 76
Binary 11011100 10010100 1011111 0 100001 111001 1110 11001 1000000 111110

Color Harmonies of #DC945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC945F

Black with #DC945F

Text Example


Text Example

White with #DC945F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC945F; }

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

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

background-color css

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

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

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

border-color css

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

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

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