Html Css Color HEX #D5720D Chocolate

📋 copy color: '#D5720D'

red 213 ◦ green 114 ◦ blue 13

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

Shades of Chocolate #D5720D

Tints of Chocolate #D5720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

 BLUE value IS 13 (5.47% from 255) = 3.82%

R = 62.65%
G = 33.53%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5720D (or 0xD5720D) is known color: Chocolate. HEX triplet: D5, 72 and 0D. RGB value is (213,114,13). Sum of RGB (Red+Green+Blue) = 213+114+13=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D5720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5720D is #2A8DF2. Grayscale: #848484. Windows color (decimal): -2788851 or 881365. OLE color: 881365.

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

Color convert

RGB 213 114 13 -
CMYK 0 0.46 0.94 0.16
HSL 30.3º 0.88% 0.44% -
HSV(B) 30.3º 0.94% 0.84% -
XYZ 33.53 26.21 3.67 -
YUV 132.09 60.8 185.71 -
System Red Green Blue C M Y K H S L
Decimal 213 114 13 0 0.46 0.94 0.16 30.3 0.88 0.44
Hex D5 72 D 0 2E 5E 10 1E 58 2C
Octal 325 162 15 0 56 136 20 36 130 54
Binary 11010101 1110010 1101 0 101110 1011110 10000 11110 1011000 101100

Color Harmonies of #D5720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5720D

Black with #D5720D

Text Example


Text Example

White with #D5720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5720D; }

 p { color: rgb(213,114,13); }

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

background-color css

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

 a { background-color: rgb(213,114,13); }

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

border-color css

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

 span { border-color: rgb(213,114,13); }

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