Html Css Color HEX #D4700D Chocolate

📋 copy color: '#D4700D'

red 212 ◦ green 112 ◦ blue 13

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

Shades of Chocolate #D4700D

Tints of Chocolate #D4700D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.86%

R = 62.91%
G = 33.23%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4700D (or 0xD4700D) is known color: Chocolate. HEX triplet: D4, 70 and 0D. RGB value is (212,112,13). Sum of RGB (Red+Green+Blue) = 212+112+13=337 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.91% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 212 - color contains mainly: red. Hex color #D4700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4700D is #2B8FF2. Grayscale: #838383. Windows color (decimal): -2854899 or 880852. OLE color: 880852.

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

Color convert

RGB 212 112 13 -
CMYK 0 0.47 0.94 0.17
HSL 29.85º 0.88% 0.44% -
HSV(B) 29.85º 0.94% 0.83% -
XYZ 33.02 25.61 3.58 -
YUV 130.61 61.63 186.05 -
System Red Green Blue C M Y K H S L
Decimal 212 112 13 0 0.47 0.94 0.17 29.85 0.88 0.44
Hex D4 70 D 0 2F 5E 11 1E 58 2C
Octal 324 160 15 0 57 136 21 36 130 54
Binary 11010100 1110000 1101 0 101111 1011110 10001 11110 1011000 101100

Color Harmonies of #D4700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4700D

Black with #D4700D

Text Example


Text Example

White with #D4700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4700D; }

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

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

background-color css

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

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

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

border-color css

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

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

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