Html Css Color HEX #D5701F Chocolate

📋 copy color: '#D5701F'

red 213 ◦ green 112 ◦ blue 31

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

Shades of Chocolate #D5701F

Tints of Chocolate #D5701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.71%

R = 59.83%
G = 31.46%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5701F (or 0xD5701F) is known color: Chocolate. HEX triplet: D5, 70 and 1F. RGB value is (213,112,31). Sum of RGB (Red+Green+Blue) = 213+112+31=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5701F is #2A8FE0. Grayscale: #858585. Windows color (decimal): -2789345 or 2060501. OLE color: 2060501.

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

Color convert

RGB 213 112 31 -
CMYK 0 0.47 0.85 0.16
HSL 26.7º 0.75% 0.48% -
HSV(B) 26.7º 0.85% 0.84% -
XYZ 33.48 25.83 4.52 -
YUV 132.97 70.46 185.09 -
System Red Green Blue C M Y K H S L
Decimal 213 112 31 0 0.47 0.85 0.16 26.7 0.75 0.48
Hex D5 70 1F 0 2F 55 10 1B 4B 30
Octal 325 160 37 0 57 125 20 33 113 60
Binary 11010101 1110000 11111 0 101111 1010101 10000 11011 1001011 110000

Color Harmonies of #D5701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5701F

Black with #D5701F

Text Example


Text Example

White with #D5701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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