Html Css Color HEX #D84E1A Chocolate

📋 copy color: '#D84E1A'

red 216 ◦ green 78 ◦ blue 26

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

Shades of Chocolate #D84E1A

Tints of Chocolate #D84E1A

RGB

 RED value IS 216 (84.77% from 255) = 67.5%

 GREEN value IS 78 (30.86% from 255) = 24.38%

 BLUE value IS 26 (10.55% from 255) = 8.13%

R = 67.5%
G = 24.38%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D84E1A (or 0xD84E1A) is known color: Chocolate. HEX triplet: D8, 4E and 1A. RGB value is (216,78,26). Sum of RGB (Red+Green+Blue) = 216+78+26=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D84E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84E1A is #27B1E5. Grayscale: #717171. Windows color (decimal): -2601446 or 1724120. OLE color: 1724120.

HSL color Cylindrical-coordinate representation of color #D84E1A: hue angle of 16.42º 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 #D84E1A is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 78 26 -
CMYK 0 0.64 0.88 0.15
HSL 16.42º 0.79% 0.47% -
HSV(B) 16.42º 0.88% 0.85% -
XYZ 31.23 20.12 3.22 -
YUV 113.33 78.72 201.23 -
System Red Green Blue C M Y K H S L
Decimal 216 78 26 0 0.64 0.88 0.15 16.42 0.79 0.47
Hex D8 4E 1A 0 40 58 F 10 4F 2F
Octal 330 116 32 0 100 130 17 20 117 57
Binary 11011000 1001110 11010 0 1000000 1011000 1111 10000 1001111 101111

Color Harmonies of #D84E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84E1A

Black with #D84E1A

Text Example


Text Example

White with #D84E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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