Html Css Color HEX #D36612 Chocolate

📋 copy color: '#D36612'

red 211 ◦ green 102 ◦ blue 18

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

Shades of Chocolate #D36612

Tints of Chocolate #D36612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.82%

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

R = 63.75%
G = 30.82%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D36612 (or 0xD36612) is known color: Chocolate. HEX triplet: D3, 66 and 12. RGB value is (211,102,18). Sum of RGB (Red+Green+Blue) = 211+102+18=331 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.75% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 211 - color contains mainly: red. Hex color #D36612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36612 is #2C99ED. Grayscale: #7D7D7D. Windows color (decimal): -2922990 or 1205971. OLE color: 1205971.

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

Color convert

RGB 211 102 18 -
CMYK 0 0.52 0.91 0.17
HSL 26.11º 0.84% 0.45% -
HSV(B) 26.11º 0.91% 0.83% -
XYZ 31.72 23.4 3.42 -
YUV 125.02 67.61 189.33 -
System Red Green Blue C M Y K H S L
Decimal 211 102 18 0 0.52 0.91 0.17 26.11 0.84 0.45
Hex D3 66 12 0 34 5B 11 1A 54 2D
Octal 323 146 22 0 64 133 21 32 124 55
Binary 11010011 1100110 10010 0 110100 1011011 10001 11010 1010100 101101

Color Harmonies of #D36612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36612

Black with #D36612

Text Example


Text Example

White with #D36612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36612; }

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

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

background-color css

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

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

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

border-color css

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

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

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