Html Css Color HEX #D6680C Chocolate

📋 copy color: '#D6680C'

red 214 ◦ green 104 ◦ blue 12

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

Shades of Chocolate #D6680C

Tints of Chocolate #D6680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.52%

 BLUE value IS 12 (5.08% from 255) = 3.64%

R = 64.85%
G = 31.52%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6680C (or 0xD6680C) is known color: Chocolate. HEX triplet: D6, 68 and 0C. RGB value is (214,104,12). Sum of RGB (Red+Green+Blue) = 214+104+12=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D6680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6680C is #2997F3. Grayscale: #7E7E7E. Windows color (decimal): -2725876 or 813270. OLE color: 813270.

HSL color Cylindrical-coordinate representation of color #D6680C: hue angle of 27.33º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6680C is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 104 12 -
CMYK 0 0.51 0.94 0.16
HSL 27.33º 0.89% 0.44% -
HSV(B) 27.33º 0.94% 0.84% -
XYZ 32.75 24.22 3.3 -
YUV 126.4 63.44 190.48 -
System Red Green Blue C M Y K H S L
Decimal 214 104 12 0 0.51 0.94 0.16 27.33 0.89 0.44
Hex D6 68 C 0 33 5E 10 1B 59 2C
Octal 326 150 14 0 63 136 20 33 131 54
Binary 11010110 1101000 1100 0 110011 1011110 10000 11011 1011001 101100

Color Harmonies of #D6680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6680C

Black with #D6680C

Text Example


Text Example

White with #D6680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6680C; }

 p { color: rgb(214,104,12); }

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

background-color css

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

 a { background-color: rgb(214,104,12); }

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

border-color css

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

 span { border-color: rgb(214,104,12); }

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