Html Css Color HEX #DC9567 Whiskey

📋 copy color: '#DC9567'

red 220 ◦ green 149 ◦ blue 103

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

Shades of Whiskey #DC9567

Tints of Whiskey #DC9567

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.57%

 BLUE value IS 103 (40.63% from 255) = 21.82%

R = 46.61%
G = 31.57%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC9567 (or 0xDC9567) is known color: Whiskey. HEX triplet: DC, 95 and 67. RGB value is (220,149,103). Sum of RGB (Red+Green+Blue) = 220+149+103=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9567 is #236A98. Grayscale: #A5A5A5. Windows color (decimal): -2321049 or 6788572. OLE color: 6788572.

HSL color Cylindrical-coordinate representation of color #DC9567: hue angle of 23.59º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC9567 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 149 103 -
CMYK 0 0.32 0.53 0.14
HSL 23.59º 0.63% 0.63% -
HSV(B) 23.59º 0.53% 0.86% -
XYZ 42.71 37.69 17.86 -
YUV 164.99 93.02 167.24 -
System Red Green Blue C M Y K H S L
Decimal 220 149 103 0 0.32 0.53 0.14 23.59 0.63 0.63
Hex DC 95 67 0 20 35 E 18 3F 3F
Octal 334 225 147 0 40 65 16 30 77 77
Binary 11011100 10010101 1100111 0 100000 110101 1110 11000 111111 111111

Color Harmonies of #DC9567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9567

Black with #DC9567

Text Example


Text Example

White with #DC9567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9567; }

 p { color: rgb(220,149,103); }

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

background-color css

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

 a { background-color: rgb(220,149,103); }

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

border-color css

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

 span { border-color: rgb(220,149,103); }

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