Html Css Color HEX #D4701D Chocolate

📋 copy color: '#D4701D'

red 212 ◦ green 112 ◦ blue 29

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

Shades of Chocolate #D4701D

Tints of Chocolate #D4701D

RGB

 RED value IS 212 (83.2% from 255) = 60.06%

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

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

R = 60.06%
G = 31.73%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4701D (or 0xD4701D) is known color: Chocolate. HEX triplet: D4, 70 and 1D. RGB value is (212,112,29). Sum of RGB (Red+Green+Blue) = 212+112+29=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D4701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4701D is #2B8FE2. Grayscale: #848484. Windows color (decimal): -2854883 or 1929428. OLE color: 1929428.

HSL color Cylindrical-coordinate representation of color #D4701D: hue angle of 27.21º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4701D is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 112 29 -
CMYK 0 0.47 0.86 0.17
HSL 27.21º 0.76% 0.47% -
HSV(B) 27.21º 0.86% 0.83% -
XYZ 33.17 25.67 4.37 -
YUV 132.44 69.63 184.75 -
System Red Green Blue C M Y K H S L
Decimal 212 112 29 0 0.47 0.86 0.17 27.21 0.76 0.47
Hex D4 70 1D 0 2F 56 11 1B 4C 2F
Octal 324 160 35 0 57 126 21 33 114 57
Binary 11010100 1110000 11101 0 101111 1010110 10001 11011 1001100 101111

Color Harmonies of #D4701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4701D

Black with #D4701D

Text Example


Text Example

White with #D4701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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