Html Css Color HEX #D36710 Chocolate

📋 copy color: '#D36710'

red 211 ◦ green 103 ◦ blue 16

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

Shades of Chocolate #D36710

Tints of Chocolate #D36710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.21%

 BLUE value IS 16 (6.64% from 255) = 4.85%

R = 63.94%
G = 31.21%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D36710 (or 0xD36710) is known color: Chocolate. HEX triplet: D3, 67 and 10. RGB value is (211,103,16). Sum of RGB (Red+Green+Blue) = 211+103+16=330 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.94% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 211 - color contains mainly: red. Hex color #D36710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36710 is #2C98EF. Grayscale: #7D7D7D. Windows color (decimal): -2922736 or 1075155. OLE color: 1075155.

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

Color convert

RGB 211 103 16 -
CMYK 0 0.51 0.92 0.17
HSL 26.77º 0.86% 0.45% -
HSV(B) 26.77º 0.92% 0.83% -
XYZ 31.81 23.59 3.37 -
YUV 125.37 66.28 189.07 -
System Red Green Blue C M Y K H S L
Decimal 211 103 16 0 0.51 0.92 0.17 26.77 0.86 0.45
Hex D3 67 10 0 33 5C 11 1B 56 2D
Octal 323 147 20 0 63 134 21 33 126 55
Binary 11010011 1100111 10000 0 110011 1011100 10001 11011 1010110 101101

Color Harmonies of #D36710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36710

Black with #D36710

Text Example


Text Example

White with #D36710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36710; }

 p { color: rgb(211,103,16); }

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

background-color css

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

 a { background-color: rgb(211,103,16); }

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

border-color css

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

 span { border-color: rgb(211,103,16); }

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