Html Css Color HEX #D5701D Chocolate

📋 copy color: '#D5701D'

red 213 ◦ green 112 ◦ blue 29

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

Shades of Chocolate #D5701D

Tints of Chocolate #D5701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

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

R = 60.17%
G = 31.64%
B = 8.19%

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

#D5701D (or 0xD5701D) is known color: Chocolate. HEX triplet: D5, 70 and 1D. RGB value is (213,112,29). Sum of RGB (Red+Green+Blue) = 213+112+29=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5701D is #2A8FE2. Grayscale: #858585. Windows color (decimal): -2789347 or 1929429. OLE color: 1929429.

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

Color convert

RGB 213 112 29 -
CMYK 0 0.47 0.86 0.16
HSL 27.07º 0.76% 0.47% -
HSV(B) 27.07º 0.86% 0.84% -
XYZ 33.46 25.82 4.38 -
YUV 132.74 69.46 185.25 -
System Red Green Blue C M Y K H S L
Decimal 213 112 29 0 0.47 0.86 0.16 27.07 0.76 0.47
Hex D5 70 1D 0 2F 56 10 1B 4C 2F
Octal 325 160 35 0 57 126 20 33 114 57
Binary 11010101 1110000 11101 0 101111 1010110 10000 11011 1001100 101111

Color Harmonies of #D5701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5701D

Black with #D5701D

Text Example


Text Example

White with #D5701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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