Html Css Color HEX #D36F14 Chocolate

📋 copy color: '#D36F14'

red 211 ◦ green 111 ◦ blue 20

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

Shades of Chocolate #D36F14

Tints of Chocolate #D36F14

RGB

 RED value IS 211 (82.81% from 255) = 61.7%

 GREEN value IS 111 (43.75% from 255) = 32.46%

 BLUE value IS 20 (8.2% from 255) = 5.85%

R = 61.7%
G = 32.46%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D36F14 (or 0xD36F14) is known color: Chocolate. HEX triplet: D3, 6F and 14. RGB value is (211,111,20). Sum of RGB (Red+Green+Blue) = 211+111+20=342 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.70% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 211 - color contains mainly: red. Hex color #D36F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36F14 is #2C90EB. Grayscale: #828282. Windows color (decimal): -2920684 or 1339347. OLE color: 1339347.

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

Color convert

RGB 211 111 20 -
CMYK 0 0.47 0.91 0.17
HSL 28.59º 0.83% 0.45% -
HSV(B) 28.59º 0.91% 0.83% -
XYZ 32.67 25.27 3.82 -
YUV 130.53 65.63 185.4 -
System Red Green Blue C M Y K H S L
Decimal 211 111 20 0 0.47 0.91 0.17 28.59 0.83 0.45
Hex D3 6F 14 0 2F 5B 11 1D 53 2D
Octal 323 157 24 0 57 133 21 35 123 55
Binary 11010011 1101111 10100 0 101111 1011011 10001 11101 1010011 101101

Color Harmonies of #D36F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36F14

Black with #D36F14

Text Example


Text Example

White with #D36F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36F14; }

 p { color: rgb(211,111,20); }

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

background-color css

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

 a { background-color: rgb(211,111,20); }

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

border-color css

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

 span { border-color: rgb(211,111,20); }

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