#D84F1A

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

Shades of Chocolate #D84F1A

Tints of Chocolate #D84F1A

Color information

#D84F1A (or 0xD84F1A) is unknown color: approx Chocolate. HEX triplet: D8, 4F and 1A. RGB value is (216,79,26). Sum of RGB (Red+Green+Blue) = 216+79+26=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84F1A is #27B0E5. Grayscale: #727272. Windows color (decimal): -2601190 or 1724376. OLE color: 1724376.

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

Color convert

RGB2167926-
CMYK00.630.880.15
HSL16.74º78.51%47.45%-
HSV(B)16.74º87.96%84.71%-
XYZ31.320.273.24-
YUV113.9278.39200.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 67.29%
GREEN value IS 79 (31.25% from 255) = 24.61%
BLUE value IS 26 (10.55% from 255) = 8.10%
R=67.29%
G=24.61%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216792600.630.880.1516.7478.5147.45
HexD84F1A03F58F114f2f
Octal33011732077130172111757
Binary11011000100111111010011111110110001111100011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84F1A; }

 p { color: rgb(216,79,26); }

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

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

 a { background-color: rgb(216,79,26); }

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

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

 span { border-color: rgb(216,79,26); }

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