Html Css Color HEX #D5701C Chocolate

📋 copy color: '#D5701C'

red 213 ◦ green 112 ◦ blue 28

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

Shades of Chocolate #D5701C

Tints of Chocolate #D5701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.93%

R = 60.34%
G = 31.73%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5701C (or 0xD5701C) is known color: Chocolate. HEX triplet: D5, 70 and 1C. RGB value is (213,112,28). Sum of RGB (Red+Green+Blue) = 213+112+28=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D5701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5701C is #2A8FE3. Grayscale: #858585. Windows color (decimal): -2789348 or 1863893. OLE color: 1863893.

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

Color convert

RGB 213 112 28 -
CMYK 0 0.47 0.87 0.16
HSL 27.24º 0.77% 0.47% -
HSV(B) 27.24º 0.87% 0.84% -
XYZ 33.44 25.82 4.32 -
YUV 132.62 68.96 185.33 -
System Red Green Blue C M Y K H S L
Decimal 213 112 28 0 0.47 0.87 0.16 27.24 0.77 0.47
Hex D5 70 1C 0 2F 57 10 1B 4D 2F
Octal 325 160 34 0 57 127 20 33 115 57
Binary 11010101 1110000 11100 0 101111 1010111 10000 11011 1001101 101111

Color Harmonies of #D5701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5701C

Black with #D5701C

Text Example


Text Example

White with #D5701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5701C; }

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

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

background-color css

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

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

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

border-color css

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

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

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