Html Css Color HEX #D36F13 Chocolate

📋 copy color: '#D36F13'

red 211 ◦ green 111 ◦ blue 19

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

Shades of Chocolate #D36F13

Tints of Chocolate #D36F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.57%

R = 61.88%
G = 32.55%
B = 5.57%

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

#D36F13 (or 0xD36F13) is known color: Chocolate. HEX triplet: D3, 6F and 13. RGB value is (211,111,19). Sum of RGB (Red+Green+Blue) = 211+111+19=341 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.88% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 211 - color contains mainly: red. Hex color #D36F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36F13 is #2C90EC. Grayscale: #828282. Windows color (decimal): -2920685 or 1273811. OLE color: 1273811.

HSL color Cylindrical-coordinate representation of color #D36F13: hue angle of 28.75º 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 #D36F13 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 111 19 -
CMYK 0 0.47 0.91 0.17
HSL 28.75º 0.83% 0.45% -
HSV(B) 28.75º 0.91% 0.83% -
XYZ 32.67 25.26 3.77 -
YUV 130.41 65.13 185.48 -
System Red Green Blue C M Y K H S L
Decimal 211 111 19 0 0.47 0.91 0.17 28.75 0.83 0.45
Hex D3 6F 13 0 2F 5B 11 1D 53 2D
Octal 323 157 23 0 57 133 21 35 123 55
Binary 11010011 1101111 10011 0 101111 1011011 10001 11101 1010011 101101

Color Harmonies of #D36F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36F13

Black with #D36F13

Text Example


Text Example

White with #D36F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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