Html Css Color HEX #D8690C Chocolate

📋 copy color: '#D8690C'

red 216 ◦ green 105 ◦ blue 12

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

Shades of Chocolate #D8690C

Tints of Chocolate #D8690C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.53%

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

R = 64.86%
G = 31.53%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8690C (or 0xD8690C) is known color: Chocolate. HEX triplet: D8, 69 and 0C. RGB value is (216,105,12). Sum of RGB (Red+Green+Blue) = 216+105+12=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D8690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8690C is #2796F3. Grayscale: #808080. Windows color (decimal): -2594548 or 813528. OLE color: 813528.

HSL color Cylindrical-coordinate representation of color #D8690C: hue angle of 27.35º 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 #D8690C is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 105 12 -
CMYK 0 0.51 0.94 0.15
HSL 27.35º 0.89% 0.45% -
HSV(B) 27.35º 0.94% 0.85% -
XYZ 33.44 24.73 3.36 -
YUV 127.59 62.77 191.06 -
System Red Green Blue C M Y K H S L
Decimal 216 105 12 0 0.51 0.94 0.15 27.35 0.89 0.45
Hex D8 69 C 0 33 5E F 1B 59 2D
Octal 330 151 14 0 63 136 17 33 131 55
Binary 11011000 1101001 1100 0 110011 1011110 1111 11011 1011001 101101

Color Harmonies of #D8690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8690C

Black with #D8690C

Text Example


Text Example

White with #D8690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8690C; }

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

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

background-color css

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

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

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

border-color css

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

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

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