Html Css Color HEX #D65C17 Chocolate

📋 copy color: '#D65C17'

red 214 ◦ green 92 ◦ blue 23

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

Shades of Chocolate #D65C17

Tints of Chocolate #D65C17

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.96%

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

R = 65.05%
G = 27.96%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D65C17 (or 0xD65C17) is known color: Chocolate. HEX triplet: D6, 5C and 17. RGB value is (214,92,23). Sum of RGB (Red+Green+Blue) = 214+92+23=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65C17 is #29A3E8. Grayscale: #797979. Windows color (decimal): -2728937 or 1531094. OLE color: 1531094.

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

Color convert

RGB 214 92 23 -
CMYK 0 0.57 0.89 0.16
HSL 21.68º 0.81% 0.46% -
HSV(B) 21.68º 0.89% 0.84% -
XYZ 31.71 22.01 3.39 -
YUV 120.61 72.92 194.61 -
System Red Green Blue C M Y K H S L
Decimal 214 92 23 0 0.57 0.89 0.16 21.68 0.81 0.46
Hex D6 5C 17 0 39 59 10 16 51 2E
Octal 326 134 27 0 71 131 20 26 121 56
Binary 11010110 1011100 10111 0 111001 1011001 10000 10110 1010001 101110

Color Harmonies of #D65C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65C17

Black with #D65C17

Text Example


Text Example

White with #D65C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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