Html Css Color HEX #D36610 Chocolate

📋 copy color: '#D36610'

red 211 ◦ green 102 ◦ blue 16

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

Shades of Chocolate #D36610

Tints of Chocolate #D36610

RGB

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

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

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

R = 64.13%
G = 31%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D36610 (or 0xD36610) is known color: Chocolate. HEX triplet: D3, 66 and 10. RGB value is (211,102,16). Sum of RGB (Red+Green+Blue) = 211+102+16=329 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.13% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 211 - color contains mainly: red. Hex color #D36610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36610 is #2C99EF. Grayscale: #7D7D7D. Windows color (decimal): -2922992 or 1074899. OLE color: 1074899.

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

Color convert

RGB 211 102 16 -
CMYK 0 0.52 0.92 0.17
HSL 26.46º 0.86% 0.45% -
HSV(B) 26.46º 0.92% 0.83% -
XYZ 31.71 23.39 3.33 -
YUV 124.79 66.61 189.49 -
System Red Green Blue C M Y K H S L
Decimal 211 102 16 0 0.52 0.92 0.17 26.46 0.86 0.45
Hex D3 66 10 0 34 5C 11 1A 56 2D
Octal 323 146 20 0 64 134 21 32 126 55
Binary 11010011 1100110 10000 0 110100 1011100 10001 11010 1010110 101101

Color Harmonies of #D36610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36610

Black with #D36610

Text Example


Text Example

White with #D36610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36610; }

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

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

background-color css

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

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

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

border-color css

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

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

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