Html Css Color HEX #D4740E Chocolate

📋 copy color: '#D4740E'

red 212 ◦ green 116 ◦ blue 14

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

Shades of Chocolate #D4740E

Tints of Chocolate #D4740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.92%

 BLUE value IS 14 (5.86% from 255) = 4.09%

R = 61.99%
G = 33.92%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4740E (or 0xD4740E) is known color: Chocolate. HEX triplet: D4, 74 and 0E. RGB value is (212,116,14). Sum of RGB (Red+Green+Blue) = 212+116+14=342 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.99% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 212 - color contains mainly: red. Hex color #D4740E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4740E is #2B8BF1. Grayscale: #858585. Windows color (decimal): -2853874 or 947412. OLE color: 947412.

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

Color convert

RGB 212 116 14 -
CMYK 0 0.45 0.93 0.17
HSL 30.91º 0.88% 0.44% -
HSV(B) 30.91º 0.93% 0.83% -
XYZ 33.48 26.52 3.77 -
YUV 133.08 60.8 184.29 -
System Red Green Blue C M Y K H S L
Decimal 212 116 14 0 0.45 0.93 0.17 30.91 0.88 0.44
Hex D4 74 E 0 2D 5D 11 1F 58 2C
Octal 324 164 16 0 55 135 21 37 130 54
Binary 11010100 1110100 1110 0 101101 1011101 10001 11111 1011000 101100

Color Harmonies of #D4740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4740E

Black with #D4740E

Text Example


Text Example

White with #D4740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4740E; }

 p { color: rgb(212,116,14); }

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

background-color css

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

 a { background-color: rgb(212,116,14); }

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

border-color css

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

 span { border-color: rgb(212,116,14); }

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