Html Css Color HEX #D5721D Chocolate

📋 copy color: '#D5721D'

red 213 ◦ green 114 ◦ blue 29

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

Shades of Chocolate #D5721D

Tints of Chocolate #D5721D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.15%

R = 59.83%
G = 32.02%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5721D (or 0xD5721D) is known color: Chocolate. HEX triplet: D5, 72 and 1D. RGB value is (213,114,29). Sum of RGB (Red+Green+Blue) = 213+114+29=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5721D is #2A8DE2. Grayscale: #868686. Windows color (decimal): -2788835 or 1929941. OLE color: 1929941.

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

Color convert

RGB 213 114 29 -
CMYK 0 0.46 0.86 0.16
HSL 27.72º 0.76% 0.47% -
HSV(B) 27.72º 0.86% 0.84% -
XYZ 33.68 26.27 4.46 -
YUV 133.91 68.8 184.41 -
System Red Green Blue C M Y K H S L
Decimal 213 114 29 0 0.46 0.86 0.16 27.72 0.76 0.47
Hex D5 72 1D 0 2E 56 10 1C 4C 2F
Octal 325 162 35 0 56 126 20 34 114 57
Binary 11010101 1110010 11101 0 101110 1010110 10000 11100 1001100 101111

Color Harmonies of #D5721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5721D

Black with #D5721D

Text Example


Text Example

White with #D5721D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5721D; }

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

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

background-color css

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

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

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

border-color css

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

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

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