Html Css Color HEX #D66C0E Chocolate

📋 copy color: '#D66C0E'

red 214 ◦ green 108 ◦ blue 14

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

Shades of Chocolate #D66C0E

Tints of Chocolate #D66C0E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.14%

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

R = 63.69%
G = 32.14%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D66C0E (or 0xD66C0E) is known color: Chocolate. HEX triplet: D6, 6C and 0E. RGB value is (214,108,14). Sum of RGB (Red+Green+Blue) = 214+108+14=336 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.69% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66C0E is #2993F1. Grayscale: #818181. Windows color (decimal): -2724850 or 945366. OLE color: 945366.

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

Color convert

RGB 214 108 14 -
CMYK 0 0.50 0.93 0.16
HSL 28.2º 0.88% 0.45% -
HSV(B) 28.2º 0.93% 0.84% -
XYZ 33.17 25.05 3.5 -
YUV 128.98 63.12 188.64 -
System Red Green Blue C M Y K H S L
Decimal 214 108 14 0 0.50 0.93 0.16 28.2 0.88 0.45
Hex D6 6C E 0 32 5D 10 1C 58 2D
Octal 326 154 16 0 62 135 20 34 130 55
Binary 11010110 1101100 1110 0 110010 1011101 10000 11100 1011000 101101

Color Harmonies of #D66C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C0E

Black with #D66C0E

Text Example


Text Example

White with #D66C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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