Html Css Color HEX #D66F13 Chocolate

📋 copy color: '#D66F13'

red 214 ◦ green 111 ◦ blue 19

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

Shades of Chocolate #D66F13

Tints of Chocolate #D66F13

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.27%

 BLUE value IS 19 (7.81% from 255) = 5.52%

R = 62.21%
G = 32.27%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D66F13 (or 0xD66F13) is known color: Chocolate. HEX triplet: D6, 6F and 13. RGB value is (214,111,19). Sum of RGB (Red+Green+Blue) = 214+111+19=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66F13 is #2990EC. Grayscale: #838383. Windows color (decimal): -2724077 or 1273814. OLE color: 1273814.

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

Color convert

RGB 214 111 19 -
CMYK 0 0.48 0.91 0.16
HSL 28.31º 0.84% 0.46% -
HSV(B) 28.31º 0.91% 0.84% -
XYZ 33.53 25.71 3.81 -
YUV 131.31 64.62 186.98 -
System Red Green Blue C M Y K H S L
Decimal 214 111 19 0 0.48 0.91 0.16 28.31 0.84 0.46
Hex D6 6F 13 0 30 5B 10 1C 54 2E
Octal 326 157 23 0 60 133 20 34 124 56
Binary 11010110 1101111 10011 0 110000 1011011 10000 11100 1010100 101110

Color Harmonies of #D66F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F13

Black with #D66F13

Text Example


Text Example

White with #D66F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F13; }

 p { color: rgb(214,111,19); }

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

background-color css

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

 a { background-color: rgb(214,111,19); }

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

border-color css

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

 span { border-color: rgb(214,111,19); }

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