#D67418

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

Shades of Chocolate #D67418

Tints of Chocolate #D67418

Color information

#D67418 (or 0xD67418) is unknown color: approx Chocolate. HEX triplet: D6, 74 and 18. RGB value is (214,116,24). Sum of RGB (Red+Green+Blue) = 214+116+24=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D67418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67418 is #298BE7. Grayscale: #878787. Windows color (decimal): -2722792 or 1602774. OLE color: 1602774.

HSL color Cylindrical-coordinate representation of color #D67418: hue angle of 29.05º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D67418 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB21411624-
CMYK00.460.890.16
HSL29.05º79.83%46.67%-
HSV(B)29.05º88.79%83.92%-
XYZ34.1426.854.25-
YUV134.8165.47184.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.45%
GREEN value IS 116 (45.70% from 255) = 32.77%
BLUE value IS 24 (9.77% from 255) = 6.78%
R=60.45%
G=32.77%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141162400.460.890.1629.0579.8346.67
HexD6741802E59101d502f
Octal32616430056131203512057
Binary110101101110100110000101110101100110000111011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67418; }

 p { color: rgb(214,116,24); }

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

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

 a { background-color: rgb(214,116,24); }

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

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

 span { border-color: rgb(214,116,24); }

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