Html Css Color HEX #D66314 Chocolate

📋 copy color: '#D66314'

red 214 ◦ green 99 ◦ blue 20

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

Shades of Chocolate #D66314

Tints of Chocolate #D66314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.73%

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

R = 64.26%
G = 29.73%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D66314 (or 0xD66314) is known color: Chocolate. HEX triplet: D6, 63 and 14. RGB value is (214,99,20). Sum of RGB (Red+Green+Blue) = 214+99+20=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D66314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66314 is #299CEB. Grayscale: #7C7C7C. Windows color (decimal): -2727148 or 1336278. OLE color: 1336278.

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

Color convert

RGB 214 99 20 -
CMYK 0 0.54 0.91 0.16
HSL 24.43º 0.83% 0.46% -
HSV(B) 24.43º 0.91% 0.84% -
XYZ 32.32 23.27 3.45 -
YUV 124.38 69.1 191.92 -
System Red Green Blue C M Y K H S L
Decimal 214 99 20 0 0.54 0.91 0.16 24.43 0.83 0.46
Hex D6 63 14 0 36 5B 10 18 53 2E
Octal 326 143 24 0 66 133 20 30 123 56
Binary 11010110 1100011 10100 0 110110 1011011 10000 11000 1010011 101110

Color Harmonies of #D66314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66314

Black with #D66314

Text Example


Text Example

White with #D66314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66314; }

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

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

background-color css

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

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

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

border-color css

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

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

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