Html Css Color HEX #D5701A Chocolate

📋 copy color: '#D5701A'

red 213 ◦ green 112 ◦ blue 26

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

Shades of Chocolate #D5701A

Tints of Chocolate #D5701A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.41%

R = 60.68%
G = 31.91%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5701A (or 0xD5701A) is known color: Chocolate. HEX triplet: D5, 70 and 1A. RGB value is (213,112,26). Sum of RGB (Red+Green+Blue) = 213+112+26=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D5701A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5701A is #2A8FE5. Grayscale: #848484. Windows color (decimal): -2789350 or 1732821. OLE color: 1732821.

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

Color convert

RGB 213 112 26 -
CMYK 0 0.47 0.88 0.16
HSL 27.59º 0.78% 0.47% -
HSV(B) 27.59º 0.88% 0.84% -
XYZ 33.42 25.81 4.2 -
YUV 132.4 67.96 185.49 -
System Red Green Blue C M Y K H S L
Decimal 213 112 26 0 0.47 0.88 0.16 27.59 0.78 0.47
Hex D5 70 1A 0 2F 58 10 1C 4E 2F
Octal 325 160 32 0 57 130 20 34 116 57
Binary 11010101 1110000 11010 0 101111 1011000 10000 11100 1001110 101111

Color Harmonies of #D5701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5701A

Black with #D5701A

Text Example


Text Example

White with #D5701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5701A; }

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

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

background-color css

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

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

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

border-color css

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

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

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