#D9641A

Color #D9641A Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D9641A

Tints of Chocolate #D9641A

Color information

#D9641A (or 0xD9641A) is unknown color: approx Chocolate. HEX triplet: D9, 64 and 1A. RGB value is (217,100,26). Sum of RGB (Red+Green+Blue) = 217+100+26=343 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.27% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 26 (10.55% from 255 or 7.58% from 343); Max value from RGB is 217 - color contains mainly: red. Hex color #D9641A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9641A is #269BE5. Grayscale: #7E7E7E. Windows color (decimal): -2530278 or 1729753. OLE color: 1729753.

HSL color Cylindrical-coordinate representation of color #D9641A: hue angle of 23.25º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9641A is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB21710026-
CMYK00.540.880.15
HSL23.25º78.6%47.65%-
HSV(B)23.25º88.02%85.1%-
XYZ33.3623.943.84-
YUV126.5571.26192.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 63.27%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 26 (10.55% from 255) = 7.58%
R=63.27%
G=29.15%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171002600.540.880.1523.2578.647.65
HexD9641A03658F174f30
Octal33114432066130172711760
Binary11011001110010011010011011010110001111101111001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9641A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9641A; }

 p { color: rgb(217,100,26); }

 H1.HeaderClassName
 {
   color: #D9641A;
 }
 .AnyTagClassName
 {
   color: #D9641A;
 }
</style>
background-color css

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

 a { background-color: rgb(217,100,26); }

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

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

 span { border-color: rgb(217,100,26); }

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