Html Css Color HEX #D66316 Chocolate

📋 copy color: '#D66316'

red 214 ◦ green 99 ◦ blue 22

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

Shades of Chocolate #D66316

Tints of Chocolate #D66316

RGB

 RED value IS 214 (83.98% from 255) = 63.88%

 GREEN value IS 99 (39.06% from 255) = 29.55%

 BLUE value IS 22 (8.98% from 255) = 6.57%

R = 63.88%
G = 29.55%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D66316 (or 0xD66316) is known color: Chocolate. HEX triplet: D6, 63 and 16. RGB value is (214,99,22). Sum of RGB (Red+Green+Blue) = 214+99+22=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D66316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66316 is #299CE9. Grayscale: #7D7D7D. Windows color (decimal): -2727146 or 1467350. OLE color: 1467350.

HSL color Cylindrical-coordinate representation of color #D66316: hue angle of 24.06º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D66316 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 99 22 -
CMYK 0 0.54 0.90 0.16
HSL 24.06º 0.81% 0.46% -
HSV(B) 24.06º 0.9% 0.84% -
XYZ 32.34 23.28 3.55 -
YUV 124.61 70.1 191.76 -
System Red Green Blue C M Y K H S L
Decimal 214 99 22 0 0.54 0.90 0.16 24.06 0.81 0.46
Hex D6 63 16 0 36 5A 10 18 51 2E
Octal 326 143 26 0 66 132 20 30 121 56
Binary 11010110 1100011 10110 0 110110 1011010 10000 11000 1010001 101110

Color Harmonies of #D66316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66316

Black with #D66316

Text Example


Text Example

White with #D66316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66316; }

 p { color: rgb(214,99,22); }

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

background-color css

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

 a { background-color: rgb(214,99,22); }

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

border-color css

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

 span { border-color: rgb(214,99,22); }

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