Html Css Color HEX #D36411 Chocolate

📋 copy color: '#D36411'

red 211 ◦ green 100 ◦ blue 17

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

Shades of Chocolate #D36411

Tints of Chocolate #D36411

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.49%

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

R = 64.33%
G = 30.49%
B = 5.18%

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

#D36411 (or 0xD36411) is known color: Chocolate. HEX triplet: D3, 64 and 11. RGB value is (211,100,17). Sum of RGB (Red+Green+Blue) = 211+100+17=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D36411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36411 is #2C9BEE. Grayscale: #7C7C7C. Windows color (decimal): -2923503 or 1139923. OLE color: 1139923.

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

Color convert

RGB 211 100 17 -
CMYK 0 0.53 0.92 0.17
HSL 25.67º 0.85% 0.45% -
HSV(B) 25.67º 0.92% 0.83% -
XYZ 31.52 23 3.31 -
YUV 123.73 67.77 190.25 -
System Red Green Blue C M Y K H S L
Decimal 211 100 17 0 0.53 0.92 0.17 25.67 0.85 0.45
Hex D3 64 11 0 35 5C 11 1A 55 2D
Octal 323 144 21 0 65 134 21 32 125 55
Binary 11010011 1100100 10001 0 110101 1011100 10001 11010 1010101 101101

Color Harmonies of #D36411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36411

Black with #D36411

Text Example


Text Example

White with #D36411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36411; }

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

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

background-color css

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

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

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

border-color css

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

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

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