Html Css Color HEX #D0680C Chocolate

📋 copy color: '#D0680C'

red 208 ◦ green 104 ◦ blue 12

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

Shades of Chocolate #D0680C

Tints of Chocolate #D0680C

RGB

 RED value IS 208 (81.64% from 255) = 64.2%

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

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

R = 64.2%
G = 32.1%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0680C (or 0xD0680C) is known color: Chocolate. HEX triplet: D0, 68 and 0C. RGB value is (208,104,12). Sum of RGB (Red+Green+Blue) = 208+104+12=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D0680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0680C is #2F97F3. Grayscale: #7D7D7D. Windows color (decimal): -3119092 or 813264. OLE color: 813264.

HSL color Cylindrical-coordinate representation of color #D0680C: hue angle of 28.16º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0680C is Cyan = 0, Magento = 0.5, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 104 12 -
CMYK 0 0.5 0.94 0.18
HSL 28.16º 0.89% 0.43% -
HSV(B) 28.16º 0.94% 0.82% -
XYZ 31.03 23.34 3.22 -
YUV 124.61 64.46 187.48 -
System Red Green Blue C M Y K H S L
Decimal 208 104 12 0 0.5 0.94 0.18 28.16 0.89 0.43
Hex D0 68 C 0 32 5E 12 1C 59 2B
Octal 320 150 14 0 62 136 22 34 131 53
Binary 11010000 1101000 1100 0 110010 1011110 10010 11100 1011001 101011

Color Harmonies of #D0680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0680C

Black with #D0680C

Text Example


Text Example

White with #D0680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0680C; }

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

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

background-color css

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

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

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

border-color css

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

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

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