Html Css Color HEX #D5711D Chocolate

📋 copy color: '#D5711D'

red 213 ◦ green 113 ◦ blue 29

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

Shades of Chocolate #D5711D

Tints of Chocolate #D5711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.83%

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

R = 60%
G = 31.83%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5711D (or 0xD5711D) is known color: Chocolate. HEX triplet: D5, 71 and 1D. RGB value is (213,113,29). Sum of RGB (Red+Green+Blue) = 213+113+29=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5711D is #2A8EE2. Grayscale: #858585. Windows color (decimal): -2789091 or 1929685. OLE color: 1929685.

HSL color Cylindrical-coordinate representation of color #D5711D: hue angle of 27.39º 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 #D5711D is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 113 29 -
CMYK 0 0.47 0.86 0.16
HSL 27.39º 0.76% 0.47% -
HSV(B) 27.39º 0.86% 0.84% -
XYZ 33.57 26.05 4.42 -
YUV 133.32 69.13 184.83 -
System Red Green Blue C M Y K H S L
Decimal 213 113 29 0 0.47 0.86 0.16 27.39 0.76 0.47
Hex D5 71 1D 0 2F 56 10 1B 4C 2F
Octal 325 161 35 0 57 126 20 33 114 57
Binary 11010101 1110001 11101 0 101111 1010110 10000 11011 1001100 101111

Color Harmonies of #D5711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5711D

Black with #D5711D

Text Example


Text Example

White with #D5711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5711D; }

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

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

background-color css

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

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

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

border-color css

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

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

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