Html Css Color HEX #D65F11 Chocolate

📋 copy color: '#D65F11'

red 214 ◦ green 95 ◦ blue 17

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

Shades of Chocolate #D65F11

Tints of Chocolate #D65F11

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.14%

 BLUE value IS 17 (7.03% from 255) = 5.21%

R = 65.64%
G = 29.14%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D65F11 (or 0xD65F11) is known color: Chocolate. HEX triplet: D6, 5F and 11. RGB value is (214,95,17). Sum of RGB (Red+Green+Blue) = 214+95+17=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65F11 is #29A0EE. Grayscale: #7A7A7A. Windows color (decimal): -2728175 or 1138646. OLE color: 1138646.

HSL color Cylindrical-coordinate representation of color #D65F11: hue angle of 23.76º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D65F11 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 95 17 -
CMYK 0 0.56 0.92 0.16
HSL 23.76º 0.85% 0.45% -
HSV(B) 23.76º 0.92% 0.84% -
XYZ 31.92 22.52 3.19 -
YUV 121.69 68.92 193.84 -
System Red Green Blue C M Y K H S L
Decimal 214 95 17 0 0.56 0.92 0.16 23.76 0.85 0.45
Hex D6 5F 11 0 38 5C 10 18 55 2D
Octal 326 137 21 0 70 134 20 30 125 55
Binary 11010110 1011111 10001 0 111000 1011100 10000 11000 1010101 101101

Color Harmonies of #D65F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F11

Black with #D65F11

Text Example


Text Example

White with #D65F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F11; }

 p { color: rgb(214,95,17); }

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

background-color css

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

 a { background-color: rgb(214,95,17); }

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

border-color css

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

 span { border-color: rgb(214,95,17); }

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