Html Css Color HEX #DC9867 Whiskey

📋 copy color: '#DC9867'

red 220 ◦ green 152 ◦ blue 103

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

Shades of Whiskey #DC9867

Tints of Whiskey #DC9867

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32%

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

R = 46.32%
G = 32%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC9867 (or 0xDC9867) is known color: Whiskey. HEX triplet: DC, 98 and 67. RGB value is (220,152,103). Sum of RGB (Red+Green+Blue) = 220+152+103=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9867 is #236798. Grayscale: #A7A7A7. Windows color (decimal): -2320281 or 6789340. OLE color: 6789340.

HSL color Cylindrical-coordinate representation of color #DC9867: hue angle of 25.13º 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 #DC9867 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 152 103 -
CMYK 0 0.31 0.53 0.14
HSL 25.13º 0.63% 0.63% -
HSV(B) 25.13º 0.53% 0.86% -
XYZ 43.19 38.65 18.02 -
YUV 166.75 92.03 165.98 -
System Red Green Blue C M Y K H S L
Decimal 220 152 103 0 0.31 0.53 0.14 25.13 0.63 0.63
Hex DC 98 67 0 1F 35 E 19 3F 3F
Octal 334 230 147 0 37 65 16 31 77 77
Binary 11011100 10011000 1100111 0 11111 110101 1110 11001 111111 111111

Color Harmonies of #DC9867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9867

Black with #DC9867

Text Example


Text Example

White with #DC9867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9867; }

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

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

background-color css

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

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

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

border-color css

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

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

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