Html Css Color HEX #D6680D Chocolate

📋 copy color: '#D6680D'

red 214 ◦ green 104 ◦ blue 13

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

Shades of Chocolate #D6680D

Tints of Chocolate #D6680D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.93%

R = 64.65%
G = 31.42%
B = 3.93%

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

#D6680D (or 0xD6680D) is known color: Chocolate. HEX triplet: D6, 68 and 0D. RGB value is (214,104,13). Sum of RGB (Red+Green+Blue) = 214+104+13=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D6680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6680D is #2997F2. Grayscale: #7E7E7E. Windows color (decimal): -2725875 or 878806. OLE color: 878806.

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

Color convert

RGB 214 104 13 -
CMYK 0 0.51 0.94 0.16
HSL 27.16º 0.89% 0.45% -
HSV(B) 27.16º 0.94% 0.84% -
XYZ 32.75 24.23 3.33 -
YUV 126.52 63.94 190.4 -
System Red Green Blue C M Y K H S L
Decimal 214 104 13 0 0.51 0.94 0.16 27.16 0.89 0.45
Hex D6 68 D 0 33 5E 10 1B 59 2D
Octal 326 150 15 0 63 136 20 33 131 55
Binary 11010110 1101000 1101 0 110011 1011110 10000 11011 1011001 101101

Color Harmonies of #D6680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6680D

Black with #D6680D

Text Example


Text Example

White with #D6680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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