Html Css Color HEX #D36311 Chocolate

📋 copy color: '#D36311'

red 211 ◦ green 99 ◦ blue 17

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

Shades of Chocolate #D36311

Tints of Chocolate #D36311

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.28%

 BLUE value IS 17 (7.03% from 255) = 5.2%

R = 64.53%
G = 30.28%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D36311 (or 0xD36311) is known color: Chocolate. HEX triplet: D3, 63 and 11. RGB value is (211,99,17). Sum of RGB (Red+Green+Blue) = 211+99+17=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D36311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36311 is #2C9CEE. Grayscale: #7B7B7B. Windows color (decimal): -2923759 or 1139667. OLE color: 1139667.

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

Color convert

RGB 211 99 17 -
CMYK 0 0.53 0.92 0.17
HSL 25.36º 0.85% 0.45% -
HSV(B) 25.36º 0.92% 0.83% -
XYZ 31.43 22.81 3.28 -
YUV 123.14 68.11 190.67 -
System Red Green Blue C M Y K H S L
Decimal 211 99 17 0 0.53 0.92 0.17 25.36 0.85 0.45
Hex D3 63 11 0 35 5C 11 19 55 2D
Octal 323 143 21 0 65 134 21 31 125 55
Binary 11010011 1100011 10001 0 110101 1011100 10001 11001 1010101 101101

Color Harmonies of #D36311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36311

Black with #D36311

Text Example


Text Example

White with #D36311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36311; }

 p { color: rgb(211,99,17); }

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

background-color css

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

 a { background-color: rgb(211,99,17); }

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

border-color css

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

 span { border-color: rgb(211,99,17); }

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