Html Css Color HEX #D65714 Chocolate

📋 copy color: '#D65714'

red 214 ◦ green 87 ◦ blue 20

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

Shades of Chocolate #D65714

Tints of Chocolate #D65714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.1%

 BLUE value IS 20 (8.2% from 255) = 6.23%

R = 66.67%
G = 27.1%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D65714 (or 0xD65714) is known color: Chocolate. HEX triplet: D6, 57 and 14. RGB value is (214,87,20). Sum of RGB (Red+Green+Blue) = 214+87+20=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D65714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65714 is #29A8EB. Grayscale: #757575. Windows color (decimal): -2730220 or 1333206. OLE color: 1333206.

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

Color convert

RGB 214 87 20 -
CMYK 0 0.59 0.91 0.16
HSL 20.72º 0.83% 0.46% -
HSV(B) 20.72º 0.91% 0.84% -
XYZ 31.27 21.16 3.1 -
YUV 117.34 73.08 196.95 -
System Red Green Blue C M Y K H S L
Decimal 214 87 20 0 0.59 0.91 0.16 20.72 0.83 0.46
Hex D6 57 14 0 3B 5B 10 15 53 2E
Octal 326 127 24 0 73 133 20 25 123 56
Binary 11010110 1010111 10100 0 111011 1011011 10000 10101 1010011 101110

Color Harmonies of #D65714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65714

Black with #D65714

Text Example


Text Example

White with #D65714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65714; }

 p { color: rgb(214,87,20); }

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

background-color css

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

 a { background-color: rgb(214,87,20); }

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

border-color css

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

 span { border-color: rgb(214,87,20); }

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