Html Css Color HEX #D66717 Chocolate

📋 copy color: '#D66717'

red 214 ◦ green 103 ◦ blue 23

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

Shades of Chocolate #D66717

Tints of Chocolate #D66717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.76%

R = 62.94%
G = 30.29%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D66717 (or 0xD66717) is known color: Chocolate. HEX triplet: D6, 67 and 17. RGB value is (214,103,23). Sum of RGB (Red+Green+Blue) = 214+103+23=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D66717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66717 is #2998E8. Grayscale: #7F7F7F. Windows color (decimal): -2726121 or 1533910. OLE color: 1533910.

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

Color convert

RGB 214 103 23 -
CMYK 0 0.52 0.89 0.16
HSL 25.13º 0.81% 0.46% -
HSV(B) 25.13º 0.89% 0.84% -
XYZ 32.74 24.06 3.73 -
YUV 127.07 69.27 190 -
System Red Green Blue C M Y K H S L
Decimal 214 103 23 0 0.52 0.89 0.16 25.13 0.81 0.46
Hex D6 67 17 0 34 59 10 19 51 2E
Octal 326 147 27 0 64 131 20 31 121 56
Binary 11010110 1100111 10111 0 110100 1011001 10000 11001 1010001 101110

Color Harmonies of #D66717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66717

Black with #D66717

Text Example


Text Example

White with #D66717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66717; }

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

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

background-color css

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

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

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

border-color css

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

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

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