Html Css Color HEX #D66716 Chocolate

📋 copy color: '#D66716'

red 214 ◦ green 103 ◦ blue 22

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

Shades of Chocolate #D66716

Tints of Chocolate #D66716

RGB

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

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

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

R = 63.13%
G = 30.38%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D66716 (or 0xD66716) is known color: Chocolate. HEX triplet: D6, 67 and 16. RGB value is (214,103,22). Sum of RGB (Red+Green+Blue) = 214+103+22=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D66716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66716 is #2998E9. Grayscale: #7F7F7F. Windows color (decimal): -2726122 or 1468374. OLE color: 1468374.

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

Color convert

RGB 214 103 22 -
CMYK 0 0.52 0.90 0.16
HSL 25.31º 0.81% 0.46% -
HSV(B) 25.31º 0.9% 0.84% -
XYZ 32.73 24.05 3.68 -
YUV 126.96 68.77 190.09 -
System Red Green Blue C M Y K H S L
Decimal 214 103 22 0 0.52 0.90 0.16 25.31 0.81 0.46
Hex D6 67 16 0 34 5A 10 19 51 2E
Octal 326 147 26 0 64 132 20 31 121 56
Binary 11010110 1100111 10110 0 110100 1011010 10000 11001 1010001 101110

Color Harmonies of #D66716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66716

Black with #D66716

Text Example


Text Example

White with #D66716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66716; }

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

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

background-color css

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

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

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

border-color css

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

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

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