Html Css Color HEX #D36712 Chocolate

📋 copy color: '#D36712'

red 211 ◦ green 103 ◦ blue 18

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

Shades of Chocolate #D36712

Tints of Chocolate #D36712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.42%

R = 63.55%
G = 31.02%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D36712 (or 0xD36712) is known color: Chocolate. HEX triplet: D3, 67 and 12. RGB value is (211,103,18). Sum of RGB (Red+Green+Blue) = 211+103+18=332 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.55% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 211 - color contains mainly: red. Hex color #D36712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36712 is #2C98ED. Grayscale: #7E7E7E. Windows color (decimal): -2922734 or 1206227. OLE color: 1206227.

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

Color convert

RGB 211 103 18 -
CMYK 0 0.51 0.91 0.17
HSL 26.42º 0.84% 0.45% -
HSV(B) 26.42º 0.91% 0.83% -
XYZ 31.82 23.59 3.45 -
YUV 125.6 67.28 188.91 -
System Red Green Blue C M Y K H S L
Decimal 211 103 18 0 0.51 0.91 0.17 26.42 0.84 0.45
Hex D3 67 12 0 33 5B 11 1A 54 2D
Octal 323 147 22 0 63 133 21 32 124 55
Binary 11010011 1100111 10010 0 110011 1011011 10001 11010 1010100 101101

Color Harmonies of #D36712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36712

Black with #D36712

Text Example


Text Example

White with #D36712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36712; }

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

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

background-color css

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

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

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

border-color css

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

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

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