Html Css Color HEX #D8680C Chocolate

📋 copy color: '#D8680C'

red 216 ◦ green 104 ◦ blue 12

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

Shades of Chocolate #D8680C

Tints of Chocolate #D8680C

RGB

 RED value IS 216 (84.77% from 255) = 65.06%

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

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

R = 65.06%
G = 31.33%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8680C (or 0xD8680C) is known color: Chocolate. HEX triplet: D8, 68 and 0C. RGB value is (216,104,12). Sum of RGB (Red+Green+Blue) = 216+104+12=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D8680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8680C is #2797F3. Grayscale: #7F7F7F. Windows color (decimal): -2594804 or 813272. OLE color: 813272.

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

Color convert

RGB 216 104 12 -
CMYK 0 0.52 0.94 0.15
HSL 27.06º 0.89% 0.45% -
HSV(B) 27.06º 0.94% 0.85% -
XYZ 33.34 24.53 3.32 -
YUV 127 63.11 191.48 -
System Red Green Blue C M Y K H S L
Decimal 216 104 12 0 0.52 0.94 0.15 27.06 0.89 0.45
Hex D8 68 C 0 34 5E F 1B 59 2D
Octal 330 150 14 0 64 136 17 33 131 55
Binary 11011000 1101000 1100 0 110100 1011110 1111 11011 1011001 101101

Color Harmonies of #D8680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8680C

Black with #D8680C

Text Example


Text Example

White with #D8680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8680C; }

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

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

background-color css

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

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

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

border-color css

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

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

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