Html Css Color HEX #D66F0E Chocolate

📋 copy color: '#D66F0E'

red 214 ◦ green 111 ◦ blue 14

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

Shades of Chocolate #D66F0E

Tints of Chocolate #D66F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.13%

R = 63.13%
G = 32.74%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D66F0E (or 0xD66F0E) is known color: Chocolate. HEX triplet: D6, 6F and 0E. RGB value is (214,111,14). Sum of RGB (Red+Green+Blue) = 214+111+14=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66F0E is #2990F1. Grayscale: #838383. Windows color (decimal): -2724082 or 946134. OLE color: 946134.

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

Color convert

RGB 214 111 14 -
CMYK 0 0.48 0.93 0.16
HSL 29.1º 0.88% 0.45% -
HSV(B) 29.1º 0.93% 0.84% -
XYZ 33.5 25.7 3.61 -
YUV 130.74 62.12 187.39 -
System Red Green Blue C M Y K H S L
Decimal 214 111 14 0 0.48 0.93 0.16 29.1 0.88 0.45
Hex D6 6F E 0 30 5D 10 1D 58 2D
Octal 326 157 16 0 60 135 20 35 130 55
Binary 11010110 1101111 1110 0 110000 1011101 10000 11101 1011000 101101

Color Harmonies of #D66F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F0E

Black with #D66F0E

Text Example


Text Example

White with #D66F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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