Html Css Color HEX #D5610E Chocolate

📋 copy color: '#D5610E'

red 213 ◦ green 97 ◦ blue 14

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

Shades of Chocolate #D5610E

Tints of Chocolate #D5610E

RGB

 RED value IS 213 (83.59% from 255) = 65.74%

 GREEN value IS 97 (38.28% from 255) = 29.94%

 BLUE value IS 14 (5.86% from 255) = 4.32%

R = 65.74%
G = 29.94%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5610E (or 0xD5610E) is known color: Chocolate. HEX triplet: D5, 61 and 0E. RGB value is (213,97,14). Sum of RGB (Red+Green+Blue) = 213+97+14=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5610E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5610E is #2A9EF1. Grayscale: #7A7A7A. Windows color (decimal): -2793202 or 942549. OLE color: 942549.

HSL color Cylindrical-coordinate representation of color #D5610E: hue angle of 25.03º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5610E is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 97 14 -
CMYK 0 0.54 0.93 0.16
HSL 25.03º 0.88% 0.45% -
HSV(B) 25.03º 0.93% 0.84% -
XYZ 31.79 22.73 3.13 -
YUV 122.22 66.93 192.75 -
System Red Green Blue C M Y K H S L
Decimal 213 97 14 0 0.54 0.93 0.16 25.03 0.88 0.45
Hex D5 61 E 0 36 5D 10 19 58 2D
Octal 325 141 16 0 66 135 20 31 130 55
Binary 11010101 1100001 1110 0 110110 1011101 10000 11001 1011000 101101

Color Harmonies of #D5610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5610E

Black with #D5610E

Text Example


Text Example

White with #D5610E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5610E; }

 p { color: rgb(213,97,14); }

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

background-color css

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

 a { background-color: rgb(213,97,14); }

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

border-color css

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

 span { border-color: rgb(213,97,14); }

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